1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 11:44:54 +02:00
tldr/pages/common/git-reflog.md

12 lines
227 B
Markdown

# git reflog
> Show when the reference logs were updated in local repository.
> More information: <https://git-scm.com/docs/git-reflog>.
- View reflog:
`git reflog`
- View 5 latest entries in reflog:
`git reflog -n {{5}}`