We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3618f6 commit 2ef3740Copy full SHA for 2ef3740
git-fetch-github
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+REMOTE=${1:-origin}
3
+git config remote.${REMOTE}.fetch "+refs/pull/*:refs/remotes/${REMOTE}/pr/*"
0 commit comments