Skip to content

Instantly share code, notes, and snippets.

@jamieoliver
Created March 9, 2014 17:07
Show Gist options
  • Save jamieoliver/9450882 to your computer and use it in GitHub Desktop.
Save jamieoliver/9450882 to your computer and use it in GitHub Desktop.
Configure a repository to fetch GitHub pull requests.
# Add the following to the appropriate [remote "<remote>"] section in the repository's .git/config
fetch = +refs/pull/*/head:refs/remotes/<remote>/pr/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment