Skip to content

Instantly share code, notes, and snippets.

@jamietr1
Last active March 28, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamietr1/b68509cc50e61452474214cde10e8cb8 to your computer and use it in GitHub Desktop.
Save jamietr1/b68509cc50e61452474214cde10e8cb8 to your computer and use it in GitHub Desktop.
Grab last git commit of day
git log --pretty='format:%h' --after=Mar27 --before=Mar28 -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment