Skip to content

Instantly share code, notes, and snippets.

@randombit
Created June 4, 2024 12:50
Show Gist options
  • Save randombit/6f5bd05aded9137910b303a7c75426e1 to your computer and use it in GitHub Desktop.
Save randombit/6f5bd05aded9137910b303a7c75426e1 to your computer and use it in GitHub Desktop.
Git pull GH PRs
[remote "origin"]
url = git@github.com:randombit/foo.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment