.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "GIT\-DELETE\-BRANCH" "1" "November 2016" "" "Git Extras" . .SH "NAME" \fBgit\-delete\-branch\fR \- Delete branches . .SH "SYNOPSIS" \fBgit\-delete\-branch\fR . .SH "DESCRIPTION" Deletes local and remote branch named \. Note that local deletion fails if the branch is checked out\. . .SH "OPTIONS" . .P The name of the branch to delete\. If multiple branches are provided, then they will all be deleted\. . .SH "EXAMPLES" . .nf $ git delete\-branch integration $ git delete\-branch integration bug/1234 . .fi . .SH "AUTHOR" Written by Tj Holowaychuk <\fItj@vision\-media\.ca\fR> . .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> . .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>