1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00
tldr/pages/common/git-reflog.md
2018-03-25 22:47:41 +05:30

168 B

git reflog

Show when the reference logs were updated in local repository.

  • View reflog:

git reflog

  • View 5 latest entries in reflog:

git reflog -n {{5}}