Skip to content

Instantly share code, notes, and snippets.

@digibeuk
Forked from bhumphrey/gist:3764983
Last active October 26, 2018 13:59
Show Gist options
  • Save digibeuk/7e4220704d492cf8af5853f69bedba54 to your computer and use it in GitHub Desktop.
Save digibeuk/7e4220704d492cf8af5853f69bedba54 to your computer and use it in GitHub Desktop.
Cherry-picking from another fork
git remote add <other-fork-alias> <other-fork-URL>
git checkout <branch>
git fetch <other-fork-alias>
git cherry-pick <commit-hash>
git push <your-fork-alias>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment