mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
28 lines
548 B
Markdown
28 lines
548 B
Markdown
git-delete-merged-branches(1) -- Delete merged branches
|
|
=====================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`git-delete-merged-branches`
|
|
|
|
## DESCRIPTION
|
|
|
|
Deletes all branches merged in to current HEAD. Does not delete *master*, even if run from a branch that is
|
|
a descendant of *master*.
|
|
|
|
## EXAMPLES
|
|
|
|
$ git delete-merged-branches
|
|
|
|
## AUTHOR
|
|
|
|
Written by Jesús Espino <<jespinog@gmail.com>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<https://github.com/tj/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<https://github.com/tj/git-extras>>
|