Skip to content

Instantly share code, notes, and snippets.

@zckkte
Forked from peabnuts123/register_standup_alias.sh
Last active July 15, 2017 09:48
Show Gist options
  • Save zckkte/9765ede42e27be83e102a12f51a5ba7a to your computer and use it in GitHub Desktop.
Save zckkte/9765ede42e27be83e102a12f51a5ba7a to your computer and use it in GitHub Desktop.
Git alias to show what you've done in the last day
git config --global alias.standup 'log --pretty="%C(red)%an%Creset %C(green)%ad%Creset | %s%C(yellow)%d%Creset" --since=yesterday --all --reverse --date="format:%d/%m %a %T" --author="Your Name"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment