Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 3c3e6f5

Browse files
artagnongitster
authored andcommitted
Documentation/merge-strategies: avoid hyphenated commands
Replace git-pull and git-merge with the corresponding un-hyphenated versions. While at it, use ` to mark it up instead of '. Signed-off-by: Ramkumar Ramachandra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7bbc4e8 commit 3c3e6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/merge-strategies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
MERGE STRATEGIES
22
----------------
33

4-
The merge mechanism ('git-merge' and 'git-pull' commands) allows the
4+
The merge mechanism (`git merge` and `git pull` commands) allows the
55
backend 'merge strategies' to be chosen with `-s` option. Some strategies
66
can also take their own options, which can be passed by giving `-X<option>`
7-
arguments to 'git-merge' and/or 'git-pull'.
7+
arguments to `git merge` and/or `git pull`.
88

99
resolve::
1010
This can only resolve two heads (i.e. the current branch

0 commit comments

Comments
 (0)