Skip to content

Commit 27dc071

Browse files
peffgitster
authored andcommitted
doc/git-branch: fix awkward wording for "-c"
The description for "-c" is hard to parse. I think the big issue is lack of commas, but I've also reordered the words to keep the main focus point of "instead of renaming, copy" together. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bca362c commit 27dc071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-branch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ renaming. If <newbranch> exists, -M must be used to force the rename
7878
to happen.
7979

8080
The `-c` and `-C` options have the exact same semantics as `-m` and
81-
`-M`, except instead of the branch being renamed it along with its
82-
config and reflog will be copied to a new name.
81+
`-M`, except instead of the branch being renamed, it will be copied to a
82+
new name, along with its config and reflog.
8383

8484
With a `-d` or `-D` option, `<branchname>` will be deleted. You may
8585
specify more than one branch for deletion. If the branch currently

0 commit comments

Comments
 (0)