Created
June 1, 2018 10:36
-
-
Save igbanam/41f78b5c3e13f8391b512946c6f2a416 to your computer and use it in GitHub Desktop.
Git Log Aliases
This file contains 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
[alias] | |
log-retro = !git log --since '1 week ago' --author $(git config user.email) --pretty=short --oneline | |
log-standup = !git log --since yesterday --author $(git config user.email) --pretty=short --oneline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment