Created
March 13, 2015 18:37
-
-
Save BlakeWilliams/f6cb9d090244fa6ad0f2 to your computer and use it in GitHub Desktop.
Retro and standup git aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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