Google News
logo
Git - Quiz(MCQ)
Which command can be used to list the branches that have been merged into the currently checked-out branch?
A)
git master --status
B)
git branch --merged
C)
git branch --status
D)
git status --merged

Correct Answer :   git branch --merged

Advertisement