Skip to content

Instantly share code, notes, and snippets.

@doertedev
Created July 30, 2020 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doertedev/0ffb722ec357318b4e0f375c6d098c3d to your computer and use it in GitHub Desktop.
Save doertedev/0ffb722ec357318b4e0f375c6d098c3d to your computer and use it in GitHub Desktop.
Configure git to list PRs as branches once pulled
```
[remote "origin"]
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
```

Slack search isn't often too kind to me, thanks to @mmanciop!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment