Skip to content

Instantly share code, notes, and snippets.

@bobmaerten
Created April 18, 2016 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobmaerten/b69bbeca0cde95b99a7a7b285d977548 to your computer and use it in GitHub Desktop.
Save bobmaerten/b69bbeca0cde95b99a7a7b285d977548 to your computer and use it in GitHub Desktop.
git day-activity alias
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