Skip to content

Instantly share code, notes, and snippets.

@MaZderMind
Last active May 4, 2017 13:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaZderMind/f03298fa38f456c8ca6f32f269f5d12d to your computer and use it in GitHub Desktop.
Save MaZderMind/f03298fa38f456c8ca6f32f269f5d12d to your computer and use it in GitHub Desktop.
Was hab ich eigentlich heute getan (git)
~/C/foobar $ git config --global alias.today "log --pretty=format:'%ad - %s' --date=format:'%H:%M:%S' --author-date-order --reverse --all --since=7:00 --author=`whoami`"
~/C/foobar $ git today
11:39:51 - FOOBAR-137: Gestaltung des Backend-Editors
11:52:50 - FOOBAR-137: Anzeigenamen-Suffix konfigurierbar machen
11:59:10 - FOOBAR-42: ermögliche das Abbrechen des Anlegen eines Dingsbums
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment