Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2014 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/8978114 to your computer and use it in GitHub Desktop.
Save anonymous/8978114 to your computer and use it in GitHub Desktop.
Writes a log of all git commit names to a file 'log.txt' in your powershell directory
git log --since='1day' --pretty=format:'- %s' > log.txt
@pjmagee
Copy link

pjmagee commented Feb 13, 2014

This is shit.

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