Skip to content

Instantly share code, notes, and snippets.

@HansCz
Created May 31, 2014 12:49
Show Gist options
  • Save HansCz/f3ceb5948bd7fcfcc2bd to your computer and use it in GitHub Desktop.
Save HansCz/f3ceb5948bd7fcfcc2bd to your computer and use it in GitHub Desktop.
git (Bash) - Cherry pick from another repository
git --git-dir=../other-repo-directory/.git format-patch -k -1 --stdout <insert commit hash> | git am -3 -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment