Skip to content

Instantly share code, notes, and snippets.

@Kleidersack
Kleidersack / git-standup
Last active May 22, 2017 13:13 — forked from pathikrit/git-standup
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" == "$(LC_TIME=en_US.UTF-8 date +%a)" ]]; then echo "last friday"; else echo "yesterday"; fi)"