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}}`