Skip to content

Instantly share code, notes, and snippets.

@snoek09
Created November 13, 2016 14:23
Show Gist options
  • Save snoek09/19e1dbdda1318b4a9570543b299450d7 to your computer and use it in GitHub Desktop.
Save snoek09/19e1dbdda1318b4a9570543b299450d7 to your computer and use it in GitHub Desktop.
get remote pull request
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