1. git-delete-branch(1)
  2. Git Extras
  3. git-delete-branch(1)

NAME

git-delete-branch - 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>

  1. October 2010
  2. git-delete-branch(1)