7 git-merge - Grand Unified Merge Driver
12 'git-merge' [-n] [-s <strategy>]... <msg> <head> <remote> <remote>...
17 This is the top-level user interface to the merge machinery
18 which drives multiple merge strategy scripts.
24 Do not show diffstat at the end of the merge.
27 use that merge strategy; can be given more than once to
28 specify them in the order they should be tried. If
29 there is no `-s` option, built-in list of strategies is
33 our branch head commit.
36 other branch head merged into our branch. You need at
37 least one <remote>. Specifying more than one <remote>
38 obviously means you are trying an Octopus.
43 Written by Junio C Hamano <junkio@cox.net>
48 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
52 Part of the gitlink:git[7] suite