1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 00:15:42 +02:00
tldr/pages.cn/common/git-reflog.md

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}}