Skip to content

Instantly share code, notes, and snippets.

@JFKingsley
Created October 29, 2013 23:08
Show Gist options
  • Save JFKingsley/7224326 to your computer and use it in GitHub Desktop.
Save JFKingsley/7224326 to your computer and use it in GitHub Desktop.
A little git alias for quickly and easily blaming people.
To blame a user just do:
git add .
git blameuser Jake
To add this function just run:
git config alias.blameuser '!sh -c "git commit -m \"$1 managed to break something..\""' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment