mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
606 B
606 B
git-delete-branch(1) -- 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>