Skip to content

Instantly share code, notes, and snippets.

@PaulWoitaschek
Created May 31, 2018 08:53
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 PaulWoitaschek/c3576f6e26c3c31a1235021c8487b837 to your computer and use it in GitHub Desktop.
Save PaulWoitaschek/c3576f6e26c3c31a1235021c8487b837 to your computer and use it in GitHub Desktop.
Git Daily Report
# git report 2018-05-31
[alias]
report = "!f() { git log --after=\""$1" 00:00\" --before=\""$1" 23:59\" --pretty=format:\"* %s\" --reverse; }; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment