Question: 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
Answer: The correct answer of the above question is Option C:git branch --merged