Prints a list of all merged local branches.
git branch -a --merged
to display a list of all merged local branches.git branch -a --merged
git checkout master
git branch -a --merged
# patch-1
# patch-2
Git, Repository
Prints a list of all local branches sorted by date.
Git, Repository
Prints a list of all local branches.
Git, Repository
Deletes all local merged branches.