Skip to content

Instantly share code, notes, and snippets.

@stepansib
Last active October 21, 2019 06:56
Show Gist options
  • Save stepansib/d255f21f80b3728274931616ac4c685e to your computer and use it in GitHub Desktop.
Save stepansib/d255f21f80b3728274931616ac4c685e to your computer and use it in GitHub Desktop.
#git get commits between dates
git log --all --pretty=format:"%ad - %an: %s" --after="2019-09-23" --until="2019-09-27" --author="Stepan Yudin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment