Skip to content

Instantly share code, notes, and snippets.

@amirkhan81
Created February 5, 2019 20:26
Show Gist options
  • Save amirkhan81/04638827b0b6816d60486124cf01d0df to your computer and use it in GitHub Desktop.
Save amirkhan81/04638827b0b6816d60486124cf01d0df to your computer and use it in GitHub Desktop.
git log --pretty=format:"%ad - %an: %s" --after="2018-12-01" --until="2018-12-05"
@amirkhan81
Copy link
Author

WIth file name: git log --pretty=format:" - %ad - %an: %s" --after="2018-12-01" --name-only --until="2018-12-05"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment