Skip to content

Instantly share code, notes, and snippets.

@Kleidersack
Forked from pathikrit/git-standup
Last active May 22, 2017 13:13
Show Gist options
  • Save Kleidersack/9d8127e253d4b3004f07cb467357dbad to your computer and use it in GitHub Desktop.
Save Kleidersack/9d8127e253d4b3004f07cb467357dbad to your computer and use it in GitHub Desktop.
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)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment