Skip to content

Instantly share code, notes, and snippets.

@mattray
Created February 19, 2016 17:17
Show Gist options
  • Select an option

  • Save mattray/01d16de222ded801e4a0 to your computer and use it in GitHub Desktop.

Select an option

Save mattray/01d16de222ded801e4a0 to your computer and use it in GitHub Desktop.
#cherry-picking
#add the remote
git cherry-pick 76fcd68
#cherry-pick uncommited
git cherry-pick -n 76fcd68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment