Mege | Rebase
|
1 Git merge is a command that allows|Git rebase is a command that allows
you to merge branches from Git. |developers to integrate changes from
|one branch to another
2 In Git Merge logs will be showing |Logs are linear in Git rebase as the
the complete history of the merging |commits are rebased
of commits. |
3. Git Merge is used when the target|Git Rebase should be used when the target
branch is shared branch | branch is private branch
|
|
|