Last active
October 21, 2019 06:56
-
-
Save stepansib/d255f21f80b3728274931616ac4c685e to your computer and use it in GitHub Desktop.
#git get commits between dates
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 --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