mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:22:18 +02:00
9 lines
295 B
Markdown
9 lines
295 B
Markdown
# git delete-merged-branches
|
|
|
|
> Delete branches that are listed in `git branch --merged` excluding master.
|
|
> Part of `git-extras`.
|
|
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-merged-branches>.
|
|
|
|
- Delete merged branches:
|
|
|
|
`git delete-merged-branches`
|