git log -<number>

Display the last <number> commits in the repository

The -<number> flag limits the output to the specified number of commits.

Specific examples:
git log -10

Sign in to enable bookmarking, reminders, progress-tracking and more...