git-delete-branch (1) Linux Manual Page
git-delete-branch – 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
