git-fresh-branch - Man Page

Create fresh branches

Examples (TL;DR)

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>

See Also

<https://github.com/tj/git-extras>

Referenced By

git-extras(1).

October 2017 Git Extras