You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locate the section for your github remote in the `.git/config` file. It looks like this:
36
+
37
+
```
38
+
[remote "origin"]
39
+
fetch = +refs/heads/*:refs/remotes/origin/*
40
+
url = git@github.com:joyent/node.git
41
+
```
42
+
43
+
Now add the line `fetch = +refs/pull/*/head:refs/remotes/origin/pr/*` to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
0 commit comments