X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-branch.txt;h=b1bc8272ebf11fae564b435e7d812adb6e14a976;hb=21a02335f821c89a989cf0b533d2ae0adb6da16e;hp=d20b4757358d7927f114de4a816e912ba67553fc;hpb=1e2ccd3abc8f5d96244806f753568493c3e77d4c;p=git.git diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index d20b4757..b1bc8272 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -7,7 +7,7 @@ git-branch - Create a new branch, or remove an old one. SYNOPSIS -------- -'git-branch' [-d | -D] [ [start-point]] +'git-branch' [(-d | -D) ] | [[-f] []] DESCRIPTION ----------- @@ -25,10 +25,13 @@ OPTIONS -D:: Delete a branch irrespective of its index status. +-f:: + Force a reset of to (or current head). + :: The name of the branch to create or delete. -start-point:: +:: Where to create the branch; defaults to HEAD. This option has no meaning with -d and -D.