Provided by: git-extras_1.9.0-1_all
NAME
git-delete-branch - Delete branches
SYNOPSIS
git-delete-branch <branchname>
DESCRIPTION
Deletes local and remote branch named <branchname>. Note that local deletion fails if the branch is checked out.
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
<https://github.com/visionmedia/git-extras/issues>
SEE ALSO
<https://github.com/visionmedia/git-extras> June 2013 GIT-DELETE-BRANCH(1)