Slack search isn't often too kind to me, thanks to @mmanciop!
Created
July 30, 2020 12:17
-
-
Save doertedev/0ffb722ec357318b4e0f375c6d098c3d to your computer and use it in GitHub Desktop.
Configure git to list PRs as branches once pulled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[remote "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