Skip to content

Instantly share code, notes, and snippets.

@SourceCode
Created August 3, 2016 00:33
Show Gist options
  • Save SourceCode/e00b054d7a5a6299bac3912b10beba45 to your computer and use it in GitHub Desktop.
Save SourceCode/e00b054d7a5a6299bac3912b10beba45 to your computer and use it in GitHub Desktop.
git command to get commits since date
git log --after=2016-06-31 --pretty=format:"Committed %h on %cd %s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment