filmov
tv
Git Merge vs Git Rebase for Beginners
![preview_player](https://i.ytimg.com/vi/KWAZl2QHC44/sddefault.jpg)
Показать описание
00:00 - git merge
12:37 - git rebase
In Git there are 2 ways to integrate changes from one branch to another
git merge
git rebase
git merge
- Is a non-destructive operation
- Existing branches are not changed in any way
- Creates a new merge commit in the feature branch
git rebase
- Moves the entire feature branch to begin on the tip of the master branch
- Re-writes the project history
- We get much cleaner and linear project history
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ PROGRAMMING ------------
------------ IDE ------------
------------ MAVEN ------------
------------ OTHERS ------------
Keep Learning,
Raghav
You can support my mission for education by sharing this knowledge and helping as many people as you can.
12:37 - git rebase
In Git there are 2 ways to integrate changes from one branch to another
git merge
git rebase
git merge
- Is a non-destructive operation
- Existing branches are not changed in any way
- Creates a new merge commit in the feature branch
git rebase
- Moves the entire feature branch to begin on the tip of the master branch
- Re-writes the project history
- We get much cleaner and linear project history
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ PROGRAMMING ------------
------------ IDE ------------
------------ MAVEN ------------
------------ OTHERS ------------
Keep Learning,
Raghav
You can support my mission for education by sharing this knowledge and helping as many people as you can.
Комментарии