Skip to content

Instantly share code, notes, and snippets.

@adikari
Last active November 28, 2017 11:26
Show Gist options
  • Save adikari/bcb5297484f30afe27cae7a2711b867f to your computer and use it in GitHub Desktop.
Save adikari/bcb5297484f30afe27cae7a2711b867f to your computer and use it in GitHub Desktop.
filter git log by date and author
git log --all --after="2017-04-05 00:00" --before="2017-05-10 23:59" --author="Subash Adhikari"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment