Quiz

Test your knowledge of undoing changes

We'll cover the following...

Quiz

1.

Which command can be used to find the discarded commit after we have applied git reset --hard?

A.
$ git reset --soft
B.
$ git reflog
C.
$ git undo
D.
$ git log

1 / 5
...