Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wuftymerguftyguff/0475ca7252b25ee8bfce30f31fd24086 to your computer and use it in GitHub Desktop.
Save wuftymerguftyguff/0475ca7252b25ee8bfce30f31fd24086 to your computer and use it in GitHub Desktop.
git oneline for short date and commit message within a range
git log --oneline --after="2016-03-28" --before="2016-04-03" --pretty=format:"%ad, %s" --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment