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 The commit message to be used for the merge commit (in case
33 it is created). The `git-fmt-merge-msg` script can be used
34 to give a good default for automated `git-merge` invocations.
37 our branch head commit.
40 other branch head merged into our branch. You need at
41 least one <remote>. Specifying more than one <remote>
42 obviously means you are trying an Octopus.
47 gitlink:git-fmt-merge-msg[1]
52 Written by Junio C Hamano <junkio@cox.net>
57 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
61 Part of the gitlink:git[7] suite