commands.sh

git merge-tree

all

Merge branches without changing files.

More info →

Examples (2)

Show the result of a merge between two branches

git merge-tree branch1 branch2

Perform a merge and write the resulting tree

git merge-tree --write-tree branch1 branch2
made by @shridhargupta | data from tldr-pages