git-delete-branch - Delete branches
Contents
Description
Deletes local and remote branch named <branchname>. Note that local deletion fails if the branch is
checked out.
Examples
$ git delete-branch integration
$ git delete-branch integration bug/1234
Name
git-delete-branch - Delete branches
Options
<branchname>
The name of the branch to delete. If multiple branches are provided, then they will all be deleted.
Reporting Bugs
<https://github.com/tj/git-extras/issues>
See Also
<https://github.com/tj/git-extras>
October 2024 GIT-DELETE-BRANCH(1)
Synopsis
git-delete-branch <branchname>
