Create fresh branches
git-fresh-branch <branchname>
Creates empty local branch named <branchname>.
<branchname>
The name of the branch to create.
$ git fresh-branch docs
Written by Kenneth Reitz <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>