Skip to content

Instantly share code, notes, and snippets.

@marc1706
Created December 17, 2012 17:57
Show Gist options
  • Save marc1706/4320367 to your computer and use it in GitHub Desktop.
Save marc1706/4320367 to your computer and use it in GitHub Desktop.
Create nicely formatted git log for pasting in lists. Replace after with a correct date.
git log --pretty=format:"[*]%s" --after=2012-10-11 > ../log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment