mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-15 04:50:40 +03:00
12 lines
168 B
Markdown
12 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}}`
|