Git Practice Test
Git Git History and Log
Which command shows a compact one-line summary of each commit in the log?
Select your answer
A
git log --short
B
git log --oneline
C
git log --summary
D
git log --brief
Hint