Skip to content

Instantly share code, notes, and snippets.

@freshjones
Created December 11, 2019 12:30
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 freshjones/6d40bc9eb3f64c262646fcd3819d8949 to your computer and use it in GitHub Desktop.
Save freshjones/6d40bc9eb3f64c262646fcd3819d8949 to your computer and use it in GitHub Desktop.
Git Log 1 liners for a date range like a month
git log --pretty=format:"%ad: %s" --after="2019-10-31" --until="2019-12-01" --reverse --date=format:'%Y-%m-%d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment