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:
parent
75a071c250
commit
de9412b54e
1 changed files with 11 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue