Skip to content

Instantly share code, notes, and snippets.

@peabnuts123
Last active July 11, 2017 21:54
Show Gist options
  • Save peabnuts123/f848ca0b6d1de6b129e63c7595f77d17 to your computer and use it in GitHub Desktop.
Save peabnuts123/f848ca0b6d1de6b129e63c7595f77d17 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="%ad %s" --since=yesterday --date="format:%m/%d %a %T%t" --author="Your Name"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment