#Git #Merge and #Rebase

preview_player
Показать описание
Today, let's talk about these 2 similar commands.

git merge combines the changes from the source branch into the target branch.
after merging applied, a new merge commit will be added to the commit history.
the commit history will show like this.

git rebase applies the changes of the target branch on top of the source branch.
after rebase with the source branch, the branch shows a cleaner, more linear history

If you like this frontend knowledge sharing, please give us a like and subscribe to Tiny

#tinyfrontend #frontend #developer #css #html #git #web #development
Рекомендации по теме