6 git-branch - Create a new branch.
10 'git-branch' [<branchname> [start-point]]
14 If no argument is provided, show available branches and mark current
15 branch with star. Otherwise, create a new branch of name <branchname>.
17 If a starting point is also specified, that will be where the branch is
18 created, otherwise it will be created at the current HEAD.
23 The name of the branch to create.
26 Where to make the branch; defaults to HEAD.
30 Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>
34 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
38 Part of the gitlink:git[7] suite