Skip to content

Instantly share code, notes, and snippets.

View Hser2bio's full-sized avatar
🎯
Working

Hser2bio Hser2bio

🎯
Working
  • Alone in the world :)
  • Madrid (Spain)
View GitHub Profile
@Hser2bio
Hser2bio / gist:6020b0aeb396c89464175dfd5eb02af8
Created January 21, 2020 17:19 — forked from ozh/git cherry-pick within a pull request.md
git cherry-pick within a pull request

1. Create new branch:

git checkout -b otherrepo-master master

2. Get the contents of the PR

git pull https://github.com/otherrepo/my-repo-name.git master