aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
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 /Documentation
parentMerge branch 'ar/typofix-gitattributes-doc' (diff)
parentdoc/git-branch: fix --force description typo (diff)
downloadgit-6b1e4b13bf3c94deb0fd00498f88db8f8650255d.tar.gz
git-6b1e4b13bf3c94deb0fd00498f88db8f8650255d.zip
Merge branch 'km/doc-branch-start-point'
Typofix. * km/doc-branch-start-point: doc/git-branch: fix --force description typo
Diffstat (limited to 'Documentation')
-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