Skip to content

Instantly share code, notes, and snippets.

View malta895's full-sized avatar

Luca Maltagliati malta895

View GitHub Profile
@bhumphrey
bhumphrey / gist:3764983
Created September 22, 2012 03:10
Cherry-picking from another fork
git checkout <branch>
git fetch <other-fork-alias>
git cherry-pick <commit-hash>
git push <your-fork-alias>