Like git log
, git reflog
will only show you changes reachable from the current commit by default.
If you want to see the reflog for the whole repository, use git reflog --all
.
Like git log
, git reflog
will only show you changes reachable from the current commit by default.
If you want to see the reflog for the whole repository, use git reflog --all
.