From: Kyle Meyer Date: Mon, 26 Dec 2022 16:54:41 +0000 (-0500) Subject: doc/git-branch: fix --force description typo X-Git-Tag: v2.40.0-rc0~107^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27875aeec9859f445f132bd1df745f485aa78826;p=thirdparty%2Fgit.git doc/git-branch: fix --force description typo Update the description of --force to use '' rather than '' to match the spelling used everywhere else in the git-branch documentation. Signed-off-by: Kyle Meyer Signed-off-by: Junio C Hamano --- 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 to , even if exists + Reset to , even if 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