Files
tldr/pages/common/git-reflog.md
2019-01-30 11:19:23 +00:00

219 B

git reflog

Show when the reference logs were updated in local repository. Homepage: https://git-scm.com/docs/git-reflog.

  • View reflog:

git reflog

  • View 5 latest entries in reflog:

git reflog -n {{5}}