summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-09-08 14:24:58 -0700
committerJunio C Hamano <gitster@pobox.com>2021-09-08 14:24:58 -0700
commit810dc8f1583cea4aa8bebdfbbc5da4b72f4b0b20 (patch)
tree3f156e3646a6885c2b825f13cc1670447fe86eb2 /git-branch.txt
parent7a031e5c8c444cac4c199ecf6538eb89f8862071 (diff)
downloadgit-htmldocs-810dc8f1583cea4aa8bebdfbbc5da4b72f4b0b20.tar.gz
Autogenerated HTML docs for v2.33.0-180-g8463be
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-branch.txt b/git-branch.txt
index 94dc9a54f..544976712 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -118,7 +118,8 @@ OPTIONS
Reset <branchname> to <startpoint>, even if <branchname> exists
already. Without `-f`, 'git branch' refuses to change an existing branch.
In combination with `-d` (or `--delete`), allow deleting the
- branch irrespective of its merged status. In combination with
+ branch irrespective of its merged status, or whether it even
+ points to a valid commit. In combination with
`-m` (or `--move`), allow renaming the branch even if the new
branch name already exists, the same applies for `-c` (or `--copy`).