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

View File

@@ -13,4 +13,4 @@
- Show only the 5 latest entries in the reflog: - Show only the 5 latest entries in the reflog:
`git reflog {{-n|--dry-run}} {{5}}` `git reflog {{-n|--max-count}} 5`