Merge branch 'rr/doc-merge-strategies'
* rr/doc-merge-strategies: Documentation/merge-strategies: avoid hyphenated commands
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
MERGE STRATEGIES
|
MERGE STRATEGIES
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
The merge mechanism ('git-merge' and 'git-pull' commands) allows the
|
The merge mechanism (`git merge` and `git pull` commands) allows the
|
||||||
backend 'merge strategies' to be chosen with `-s` option. Some strategies
|
backend 'merge strategies' to be chosen with `-s` option. Some strategies
|
||||||
can also take their own options, which can be passed by giving `-X<option>`
|
can also take their own options, which can be passed by giving `-X<option>`
|
||||||
arguments to 'git-merge' and/or 'git-pull'.
|
arguments to `git merge` and/or `git pull`.
|
||||||
|
|
||||||
resolve::
|
resolve::
|
||||||
This can only resolve two heads (i.e. the current branch
|
This can only resolve two heads (i.e. the current branch
|
||||||
|
Reference in New Issue
Block a user