git reflog: add page (#2042)
This commit is contained in:

committed by
Agniva De Sarker

parent
75a071c250
commit
de9412b54e
11
pages/common/git-reflog.md
Normal file
11
pages/common/git-reflog.md
Normal 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}}`
|
Reference in New Issue
Block a user