1GIT-FRESH-BRANCH(1) Git Extras GIT-FRESH-BRANCH(1)
23
4
NAME
6git-fresh-branch - Create fresh branches
7
SYNOPSIS
9git-fresh-branch <branchname>
10
DESCRIPTION
12Creates empty local branch named <branchname>.
13
OPTIONS
15<branchname>
1617
The name of the branch to create.
18
EXAMPLES
20$ git fresh-branch docs
21
AUTHOR
23Written by Kenneth Reitz <me@kennethreitz.com>
24
REPORTING BUGS
26<https://github.com/tj/git-extras/issues>
27
SEE ALSO
29<https://github.com/tj/git-extras>
3031
32
33
October 2017 GIT-FRESH-BRANCH(1)