Skip to content

Instantly share code, notes, and snippets.

@paulhuisman
Last active August 29, 2015 13:57
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 paulhuisman/9901149 to your computer and use it in GitHub Desktop.
Save paulhuisman/9901149 to your computer and use it in GitHub Desktop.
Fancy git commands
// Cherry pick; edit message
git cherry-pick --edit 3fbd473
// Cherry pick; see where its cherry picked from
git cherry-pick -x bdf9578
// Cherry pick; put your username on the cherry pick
git cherry-pick --signoff bdf9578
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment