Which command can be used to list the branches that have been merged into the currently checked-out branch?
git master --status
git branch --status
git status --merged
git branch --merged