Skip to content

Instantly share code, notes, and snippets.

View debrutal's full-sized avatar

Dennis Winter debrutal

  • Alphabrik GmbH
  • Hamburg
View GitHub Profile
@pathikrit
pathikrit / git-standup
Created June 22, 2015 22:32
git daily standup
log --all --no-merges --graph --date=relative --committer=$(git config --get user.email) --pretty=format:'%C(cyan) %ad %C(yellow)%h %Creset %s %Cgreen%d' --since="$(if [[ "Mon" == "$(date +%a)" ]]; then echo "last friday"; else echo "yesterday"; fi)"