Created
April 18, 2016 13:40
-
-
Save bobmaerten/b69bbeca0cde95b99a7a7b285d977548 to your computer and use it in GitHub Desktop.
git day-activity alias
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
day-activity = "!f() { git log --all --committer=<Insert Name here> --pretty=tformat:'%<(80,trunc) %s %Cred%ci%Creset' --abbrev-commit --after='yesterday' | pbcopy; pbpaste; }; f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment