Skip to content

Instantly share code, notes, and snippets.

@rnaveiras
Created November 2, 2012 10:00
Show Gist options
  • Save rnaveiras/3999877 to your computer and use it in GitHub Desktop.
Save rnaveiras/3999877 to your computer and use it in GitHub Desktop.
git alias credit
cat ~/.gitconfig|grep credit
credit = !sh -c 'git commit --amend --author="$1" ' --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment