Skip to content

Commit a4ebf9e

Browse files
committed
Merge branch 'jc/branch-force-doc-readability-fix'
Doc update. * jc/branch-force-doc-readability-fix: branch doc: sprinkle a few commas for readability
2 parents e336afd + e61cb19 commit a4ebf9e

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
@@ -104,8 +104,8 @@ OPTIONS
104104

105105
-f::
106106
--force::
107-
Reset <branchname> to <startpoint> if <branchname> exists
108-
already. Without `-f` 'git branch' refuses to change an existing branch.
107+
Reset <branchname> to <startpoint>, even if <branchname> exists
108+
already. Without `-f`, 'git branch' refuses to change an existing branch.
109109
In combination with `-d` (or `--delete`), allow deleting the
110110
branch irrespective of its merged status. In combination with
111111
`-m` (or `--move`), allow renaming the branch even if the new

0 commit comments

Comments
 (0)