tldr/pages/common/git-delete-branch.md

10 lines
367 B
Markdown
Raw Normal View History

2021-05-27 12:26:25 +01:00
# git delete-branch
> Delete local and remote Git branches.
> Part of `git-extras`. If deleting the checked out branch, only the remote branch will be deleted.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-branch>.
- Delete one or more local and remote Git branches:
2021-05-27 12:26:25 +01:00
`git delete-branch {{branch_name1 branch_name2 ...}}`