mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 01:02:07 +02:00
12 lines
219 B
Markdown
12 lines
219 B
Markdown
# git reflog
|
|
|
|
> Show when the reference logs were updated in local repository.
|
|
> Homepage: <https://git-scm.com/docs/git-reflog>.
|
|
|
|
- View reflog:
|
|
|
|
`git reflog`
|
|
|
|
- View 5 latest entries in reflog:
|
|
|
|
`git reflog -n {{5}}`
|