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 <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>