GIT: Merge Vs Rebase Demo ~ What is git merge ~ git rebase

Опубликовано: 14 Октябрь 2024
на канале: Kumar'S
354
13

Lets look into whats the difference between git merge and git rebase with a simple visual demo.
git merge and rebase are one of the most challenging to understand concepts in GIT.

In simple terms - Merging preserves the entire history of your repository commits, while rebasing creates a linear history by moving your commits from source branch onto the tip of target branch.
Sound easy, lets look into a visual demo how actually it works.

Thanks, and Like 👍👍, Share if this has helped you!
+++++++++++++
THANKS A LOT FOR WATCHING!! Please give this video a 👍 THUMBS UP if you found it helpful and 📢 COMMENT if you would like to say something or ask a question. This will motivate me to make more such videos 🙏🙏
BTW, DON'T FORGET TO SUBSCRIBE!!
+++++++++++++
--- The full Python Unit Testing videos:
   • Python Unittest  

-- CI/CD DevOps with Jenkins Course in Udemy:
https://bit.ly/3LV7twe

--- Python Testing Course in Udemy:
https://bit.ly/3fpK05F

--- Git Tutorials:
   • Git Tutorial  

#git
#gittutorial