tldr/pages/common/git-reflog.md

13 lines
219 B
Markdown
Raw Normal View History

2018-03-25 18:17:41 +01:00
# git reflog
> Show when the reference logs were updated in local repository.
2019-01-30 11:19:23 +00:00
> Homepage: <https://git-scm.com/docs/git-reflog>.
2018-03-25 18:17:41 +01:00
- View reflog:
`git reflog`
- View 5 latest entries in reflog:
`git reflog -n {{5}}`