Skip to content

Commit 2ef3740

Browse files
committed
Add git-fetch-github
1 parent d3618f6 commit 2ef3740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git-fetch-github

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)