Created
July 8, 2020 12:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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