git-create-branch (1) Linux Manual Page
git-create-branch – Create branches
Synopsis
git-create-branch <branchname>Description
Creates local and remote branch named <branchname>.Options
<branchname> The name of the branch to create.
Examples
$ git create-branch integration
