git-show-merged-branches
List branches merged into the current branch
TLDR
Show merged branches
$ git show-merged-branches
SYNOPSIS
git show-merged-branches
DESCRIPTION
git show-merged-branches lists all branches that have been fully merged into the current branch. Part of git-extras, it is useful for identifying branches that are safe to delete as cleanup candidates.
SEE ALSO
git-branch(1), git-delete-merged-branches(1), git-extras(1)
