.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-DELETE\-BRANCH" "1" "October 2022" "" "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>