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