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

  1. git master --status
  2. git branch --status
  3. git branch --merged
  4. git status --merged

Answer: The correct answer of the above question is Option C:git branch --merged