Skip to content

Instantly share code, notes, and snippets.

@rock88
Last active August 24, 2016 09:20
Show Gist options
  • Save rock88/0481a65f197e66b5f2da97fd7e829fad to your computer and use it in GitHub Desktop.
Save rock88/0481a65f197e66b5f2da97fd7e829fad to your computer and use it in GitHub Desktop.
Get git commits by specific user name & after specific date
git log --author=Andrey --after="2016-08-01 00:00" > ~/Documents/log.txt
git log --author=Andrey --after="2016-08-12 00:00" --pretty='format:%ad %B' > ~/Documents/log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment