Skip to content

Instantly share code, notes, and snippets.

@rwaldron
Forked from kswedberg/cipr.sh
Created October 16, 2012 18:35
Show Gist options
  • Save rwaldron/3901124 to your computer and use it in GitHub Desktop.
Save rwaldron/3901124 to your computer and use it in GitHub Desktop.
alias for git commit line merging head -1
alias cipr="git log -1 --pretty=format:'git commit -a --author="'"%an <%aE>" --message="%s %b"'"'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment