We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c7d0cc + 3c3e6f5 commit 3824595Copy full SHA for 3824595
Documentation/merge-strategies.txt
@@ -1,10 +1,10 @@
1
MERGE STRATEGIES
2
----------------
3
4
-The merge mechanism ('git-merge' and 'git-pull' commands) allows the
+The merge mechanism (`git merge` and `git pull` commands) allows the
5
backend 'merge strategies' to be chosen with `-s` option. Some strategies
6
can also take their own options, which can be passed by giving `-X<option>`
7
-arguments to 'git-merge' and/or 'git-pull'.
+arguments to `git merge` and/or `git pull`.
8
9
resolve::
10
This can only resolve two heads (i.e. the current branch
0 commit comments