mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 16:36:22 -04:00
Although Github reserves the 'visionmedia' user space(a visit to there will be redirected to 'tj'), it's better to rename the links from visionmedia/git-extras to tj/git-extras
547 B
547 B
git-delete-merged-branches(1) -- Delete merged branches
SYNOPSIS
git-delete-merged-branches
DESCRIPTION
Deletes all branches merged into 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>