mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:35:27 +02:00
git-reflog: correct example (#13837)
* corrected git reflog example * Update pages/common/git-reflog.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
parent
81aacb5cb2
commit
a20aa36866
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
|||
|
||||
- Show only the 5 latest entries in the reflog:
|
||||
|
||||
`git reflog {{-n|--dry-run}} {{5}}`
|
||||
`git reflog {{-n|--max-count}} 5`
|
||||
|
|
Loading…
Add table
Reference in a new issue