Skip to content

Home

View merged branches

Prints a list of all merged local branches.

git branch -a --merged

# Examples
git checkout master
git branch -a --merged
# patch-1
# patch-2

More like this

Start typing a keyphrase to see matching snippets.