summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-18 01:54:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-18 01:54:48 +0000
commitea82cff53ef3184e59a2e9e334f99284248e8b35 (patch)
tree772babff00e6437b22c2096d0b22c39eed6e3951 /git-branch.txt
parent064b4ab54285c3775f9f7a98235a28b0becfcebb (diff)
downloadgit-htmldocs-ea82cff53ef3184e59a2e9e334f99284248e8b35.tar.gz
Autogenerated HTML docs for v1.6.2.1-147-g642d0
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-branch.txt b/git-branch.txt
index 6103d62fe..27b73bcf9 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -76,8 +76,8 @@ OPTIONS
based sha1 expressions such as "<branchname>@\{yesterday}".
-f::
- Force the creation of a new branch even if it means deleting
- a branch that already exists with the same name.
+ Reset <branchname> to <startpoint> if <branchname> exists
+ already. Without `-f` 'git-branch' refuses to change an existing branch.
-m::
Move/rename a branch and the corresponding reflog.