Examples (2)
Show the result of a merge between two branches
git merge-tree branch1 branch2Perform a merge and write the resulting tree
git merge-tree --write-tree branch1 branch2made by @shridhargupta | data from tldr-pages
Show the result of a merge between two branches
git merge-tree branch1 branch2Perform a merge and write the resulting tree
git merge-tree --write-tree branch1 branch2