mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:22:08 +02:00
11 lines
168 B
Markdown
11 lines
168 B
Markdown
# 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}}`
|