Tool
Git Merge Another Branch
git merge – master – dev – master merge dev git merge another branch.xmind
git merge – master – dev – master merge dev git merge another branch.xmind
We want to compare the current branch and another branch to find the changes since they diverged. For example, we create a new branch dev from branch master and add a few commits, the branch master also update after diverging. The common ancestor is in the following part. The following Read more…