tj.git-extras/git-delete-branch.md
Tj Holowaychuk 759312c402 Docs
2010-10-31 18:42:52 -07:00

541 B

git-delete-branch(1) -- Delete branches

SYNOPSIS

git-delete-branch <branchname>

DESCRIPTION

Deletes local and remote branch named <branchname>.

OPTIONS

<branchname>

The name of the branch to delete.

EXAMPLES

$ git delete-branch integration

AUTHOR

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

<http://github.com/visionmedia/git-extras/issues>

SEE ALSO

<http://github.com/visionmedia/git-extras>