mirror of https://github.com/CrimsonTome/tldr.git
10 lines
295 B
Markdown
Executable File
10 lines
295 B
Markdown
Executable File
# 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`
|