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 branch --merged
git status --merged