mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 07:56:18 -04:00
Correcting typos Compiled latest documentation Applying changes from delete-tag to delete-branch for consistency Removed unnecessary string quotes (thanks `git` ref design) and everything works Tags are not being found with string concatenation Updated delete-tag to accept multiple tags Corrections for delete-branch Updating docs for delete-tag Added 'Todd Wolfson' to AUTHORS Updated documentation for delete-branch Moved deletions to concatenate strings and delete in one fell swoop Reworking delete-branch to delete multiple branches in series
719 B
719 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. If multiple branches are provided, then they will all be deleted.
EXAMPLES
$ git delete-branch integration
$ git delete-branch integration bug/1234
AUTHOR
Written by Tj Holowaychuk <tj@vision-media.ca>
REPORTING BUGS
<https://github.com/visionmedia/git-extras/issues>