How to get a complete reflog of all refs?
Select the correct answer from below options
a) git reflog show --all
b) git reflog show
c) git reflog
d) git reflog --all
Correct answer of above question is : a) git reflog show --all