We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c495c16 + e61cb19 commit 4ef4b06Copy full SHA for 4ef4b06
Documentation/git-branch.txt
@@ -104,8 +104,8 @@ OPTIONS
104
105
-f::
106
--force::
107
- Reset <branchname> to <startpoint> if <branchname> exists
108
- already. Without `-f` 'git branch' refuses to change an existing branch.
+ Reset <branchname> to <startpoint>, even if <branchname> exists
+ already. Without `-f`, 'git branch' refuses to change an existing branch.
109
In combination with `-d` (or `--delete`), allow deleting the
110
branch irrespective of its merged status. In combination with
111
`-m` (or `--move`), allow renaming the branch even if the new
0 commit comments