220 likes | 769 Views
** DevOps Training: https://www.edureka.co/devops ** <br>This Git Merge and Rebase tutorial explains the difference between them and where they are used. Below are the topics covered in the tutorial: <br><br>1. Overview of Merge <br>2. Overview of Rebase <br>3. Interactive Rebasing <br>4. Rebasing- When NOT to do it <br>5. Git Workflow <br>6. Local Clean-up <br>7. Upstream Changes <br>8. Pull Request <br><br>Check our complete DevOps playlist here: http://goo.gl/O2vo13
E N D
Agenda ❑ What Is Artificial Intelligence ? ❑ What Is Machine Learning ? ❑ Limitations Of Machine Learning ❑ Deep Learning To The Rescue ❑ What Is Deep Learning ? ❑ Deep Learning Applications www.edureka.co/devops DevOps Certification Training
Merge Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Overview – A Forked Commit History Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Merge git checkout feature git merge master OR git merge master feature Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Merge – Merging Master Into Feature Branch Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Rebase git checkout feature git rebase master Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Rebase – Rebasing The Feature Branch Onto Master Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Rebasing- When NOT to do it Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Local Clean-up git checkout feature git rebase –i HEAD~3 Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Upstream Changes Collaborating on the Same Feature Branch Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Upstream Changes Merging vs Rebasing onto a new Branch Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
Pull Request Git Merge and Rebase www.edureka.co/devops DevOps Certification Training
www.edureka.co/devops DevOps Certification Training