aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-05 15:07:21 +0900
committerJunio C Hamano <gitster@pobox.com>2023-01-05 15:07:21 +0900
commit6b1e4b13bf3c94deb0fd00498f88db8f8650255d (patch)
tree064bb940f359f18f017c540f58cb83349e247c45
parent09bfb2ed8151c4b34adb73480a679110bedae004 (diff)
parent27875aeec9859f445f132bd1df745f485aa78826 (diff)
downloadgit-6b1e4b13bf3c94deb0fd00498f88db8f8650255d.tar.xz
Merge branch 'km/doc-branch-start-point'
Typofix. * km/doc-branch-start-point: doc/git-branch: fix --force description typo
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 12c5f84e3b..aa2f78c4c2 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -116,7 +116,7 @@ OPTIONS
-f::
--force::
- Reset <branchname> to <startpoint>, even if <branchname> exists
+ Reset <branchname> to <start-point>, 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, or whether it even