Skip to content

Instantly share code, notes, and snippets.

@dedeibel
Created March 7, 2018 13:42
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 dedeibel/765221d19f3ad0425529ca374640f025 to your computer and use it in GitHub Desktop.
Save dedeibel/765221d19f3ad0425529ca374640f025 to your computer and use it in GitHub Desktop.
git alias to show todays commits
git alias today 'git log --pretty=format:"%ad - %s" --date=format:"%H:%M:%S" --date-order --reverse --all --since=7:00 --author=CHANGEME'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment