1
0
Fork 0
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:
Nelson Figueroa 2024-09-27 08:24:27 -07:00 committed by GitHub
parent 81aacb5cb2
commit a20aa36866
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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