Skip to content

Instantly share code, notes, and snippets.

@igbanam
Created June 1, 2018 10:36
Show Gist options
  • Save igbanam/41f78b5c3e13f8391b512946c6f2a416 to your computer and use it in GitHub Desktop.
Save igbanam/41f78b5c3e13f8391b512946c6f2a416 to your computer and use it in GitHub Desktop.
Git Log Aliases
[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