0 votes
in Interstellar Git by

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

1 Answer

0 votes
by

Correct answer of above question is :  a) git reflog show --all

...