git-fresh-branch (1) Linux Manual Page
git-fresh-branch – Create fresh branches
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
