mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Although Github reserves the 'visionmedia' user space(a visit to there will be redirected to 'tj'), it's better to rename the links from visionmedia/git-extras to tj/git-extras
521 B
521 B
git-fresh-branch(1) -- 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
AUTHOR
Written by Kenneth Reitz <me@kennethreitz.com>
REPORTING BUGS
<https://github.com/tj/git-extras/issues>