From 075dd8ee5417899c9f41b90f0dceecdf85433468 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Sun, 29 Jan 2006 15:02:51 +0100 Subject: git-branch: Documentation fixes Signed-off-by: Fredrik Kuivinen Signed-off-by: Junio C Hamano --- Documentation/git-branch.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Documentation/git-branch.txt') 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] [ [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. -- cgit v1.2.3