Skip to content

Instantly share code, notes, and snippets.

@alces
Last active July 3, 2020 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alces/51e0321ac4ecd5460858a821d1c455a2 to your computer and use it in GitHub Desktop.
Save alces/51e0321ac4ecd5460858a821d1c455a2 to your computer and use it in GitHub Desktop.
Getting list of subset of the commits in a git branch in a reverse order with a custom format
# See git log --help for details
git log --reverse --after='Jan 19' --format='format:%h %an'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment