Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2014 16:15
Show Gist options
  • Select an option

  • Save anonymous/8978114 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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