X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-branch.html;h=20e8847d82475537adc9858f988216fc081e709c;hb=d9d71c0a24952e5a75af5d3e9e5cba951ae0ce17;hp=fb41e087851d0fd4a1c0bc2c6568b6e2cdf74e5d;hpb=1a4e841b439ba014b365999c3a6b9e2be3740bd8;p=git.git diff --git a/git-branch.html b/git-branch.html index fb41e087..20e8847d 100644 --- a/git-branch.html +++ b/git-branch.html @@ -272,7 +272,7 @@ git-branch(1) Manual Page

SYNOPSIS

-

git-branch [-d | -D] [<branchname> [start-point]]

+

git-branch [(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]]

DESCRIPTION

@@ -301,6 +301,14 @@ created, otherwise it will be created at the current HEAD.

+-f +
+
+

+ Force a reset of <branchname> to <start-point> (or current head). +

+
+
<branchname>
@@ -309,7 +317,7 @@ created, otherwise it will be created at the current HEAD.

-start-point +<start-point>

@@ -364,7 +372,7 @@ commits from todo branch.