git-create-branch
- Create branches
git-create-branch
<branchname>
Creates local and remote branch named <branchname>.
<branchname>
The name of the branch to create.
$ git create-branch integration
Written by Jonhnny Weslley <jw@jonhnnyweslley.net>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>