Google News
logo
Git - Quiz(MCQ)
Which Command is used to show limited number of commits?
A)
git log -f
B)
git log -n
C)
git config -n
D)
git log status

Correct Answer :   git log -n

Advertisement