Created
November 13, 2016 14:23
-
-
Save snoek09/19e1dbdda1318b4a9570543b299450d7 to your computer and use it in GitHub Desktop.
get remote pull request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote add upstream https://github.com/symfony/symfony-docs.git | |
nano .git/config | |
# in upstream block add | |
fetch = +refs/pull/*/head:refs/remotes/upstream/pr/* | |
git fetch upstream | |
git merge upstream/pr/5285 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment