What does `git reflog` provide that `git log` does not?
-
A
A history of all HEAD movements, including those from resets and checkouts
-
B
A log of remote repository access events
-
C
An annotated log with file-level changes for each commit
-
D
A list of all branches ever created in the repository