git-fresh-branch - Man Page
Create fresh branches
Examples (TL;DR)
- Create an empty local branch:
git fresh-branch branch_name
Synopsis
git-fresh-branch <branchname>
Description
Creates empty local branch named <branchname>.
Options
<branchname>
The name of the branch to create.
Examples
$ git fresh-branch docs
Author
Written by Kenneth Reitz <me@kennethreitz.com>
Reporting Bugs
See Also
Referenced By
October 2017 Git Extras