X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=git-branch.html;h=dcf5da7bf7987274acc0b06eaacd2b6ece4c6018;hp=8abc4751bca2971d34f91af4b4c16638a86f3af8;hb=2b13527e6477916ed5cb6f1858d9d0e5381d236d;hpb=05567435fe2d1f36c1904c0c02bc805e44fb800d diff --git a/git-branch.html b/git-branch.html index 8abc4751..dcf5da7b 100644 --- a/git-branch.html +++ b/git-branch.html @@ -272,14 +272,17 @@ git-branch(1) Manual Page

SYNOPSIS

-

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

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

DESCRIPTION

If no argument is provided, show available branches and mark current -branch with star. Otherwise, create a new branch of name <branchname>.

-

If a starting point is also specified, that will be where the branch is +branch with star. Otherwise, create a new branch of name <branchname>. +If a starting point is also specified, that will be where the branch is created, otherwise it will be created at the current HEAD.

+

With a -d or -D option, <branchname> will be deleted.

OPTIONS

@@ -329,7 +332,7 @@ created, otherwise it will be created at the current HEAD.

Examples

-Start development off of a know tag +Start development off of a known tag
@@ -372,7 +375,7 @@ commits from todo branch.