Options (1)
-n, --max-countbooleanShow only the 5 latest entries in the reflog
Example:
git reflog {{[-n|--max-count]}} 5Examples (3)
Show the reflog for `HEAD`
Show the reflog for a given branch
git reflog branch_nameShow only the 5 latest entries in the reflog
git reflog [-n|--max-count] 5made by @shridhargupta | data from tldr-pages