Created
February 5, 2019 20:26
-
-
Save amirkhan81/04638827b0b6816d60486124cf01d0df to your computer and use it in GitHub Desktop.
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 --pretty=format:"%ad - %an: %s" --after="2018-12-01" --until="2018-12-05" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WIth file name: git log --pretty=format:" - %ad - %an: %s" --after="2018-12-01" --name-only --until="2018-12-05"