Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created March 13, 2015 18:37
Show Gist options
  • Select an option

  • Save BlakeWilliams/f6cb9d090244fa6ad0f2 to your computer and use it in GitHub Desktop.

Select an option

Save BlakeWilliams/f6cb9d090244fa6ad0f2 to your computer and use it in GitHub Desktop.
Retro and standup git aliases
standup = log --since=yesterday --author=\"Blake Williams\"
retro = log --since='7 days ago' --author=\"Blake Williams\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment