mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
168 B
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}}