Skip to content

Instantly share code, notes, and snippets.

@mlambie
Created July 1, 2009 01:54
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 mlambie/138550 to your computer and use it in GitHub Desktop.
Save mlambie/138550 to your computer and use it in GitHub Desktop.
An ordered account of the commits made against a git repo since midnight
#!/bin/bash
git log --oneline --reverse --since="midnight" --author="mlambie"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment