Skip to content

Instantly share code, notes, and snippets.

@snoek09
Created November 13, 2016 14:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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