git-fresh-branch
- 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 <me@kennethreitz.com>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>