Skip to content

Instantly share code, notes, and snippets.

@lucian-vasile
Created July 8, 2020 12:15
Show Gist options
  • Save lucian-vasile/a1f7c43eedd27391f1a7d6617f0d1d7d to your computer and use it in GitHub Desktop.
Save lucian-vasile/a1f7c43eedd27391f1a7d6617f0d1d7d to your computer and use it in GitHub Desktop.
Quick way to list commits filtered by author and date interval in command line git
git log --after YYYY-MM-DD --before YYYY-MM-DD --author=authorname --reverse --no-merges --pretty=oneline --abbrev-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment