1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:35:25 +02:00

git reflog: add page (#2042)

This commit is contained in:
thescalaguy 2018-03-25 22:47:41 +05:30 committed by Agniva De Sarker
parent 75a071c250
commit de9412b54e

View file

@ -0,0 +1,11 @@
# 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}}`