diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-01-29 17:55:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-01-29 17:55:20 -0800 |
| commit | 8fedb83c05d4b3d877a220d614e8b9d40f02709d (patch) | |
| tree | f5add7dac0aa0455f45507b0f14ad770051c3f2f /Documentation/git-branch.txt | |
| parent | 2111168f314ac4f53932b8bbb16191a3855f5b6f (diff) | |
| parent | f0fff36e82bc8cc12be58a0585106ee720c4dc98 (diff) | |
| download | git-1.1.6.tar.xz | |
GIT 1.1.6v1.1.6
Diffstat (limited to 'Documentation/git-branch.txt')
| -rw-r--r-- | Documentation/git-branch.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index d20b475735..b1bc8272eb 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] [<branchname> [start-point]] +'git-branch' [(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]] DESCRIPTION ----------- @@ -25,10 +25,13 @@ OPTIONS -D:: Delete a branch irrespective of its index status. +-f:: + Force a reset of <branchname> to <start-point> (or current head). + <branchname>:: The name of the branch to create or delete. -start-point:: +<start-point>:: Where to create the branch; defaults to HEAD. This option has no meaning with -d and -D. |
