Skip to content

Commit 6b1e4b1

Browse files
committed
Merge branch 'km/doc-branch-start-point'
Typofix. * km/doc-branch-start-point: doc/git-branch: fix --force description typo
2 parents 09bfb2e + 27875ae commit 6b1e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ OPTIONS
116116

117117
-f::
118118
--force::
119-
Reset <branchname> to <startpoint>, even if <branchname> exists
119+
Reset <branchname> to <start-point>, even if <branchname> exists
120120
already. Without `-f`, 'git branch' refuses to change an existing branch.
121121
In combination with `-d` (or `--delete`), allow deleting the
122122
branch irrespective of its merged status, or whether it even

0 commit comments

Comments
 (0)