Skip to content

Commit f215f40

Browse files
committed
Adds Windows github pull req script
1 parent e97623e commit f215f40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

github_apply_pull_req.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set n=%1%
2+
3+
git fetch origin pull/%n%/head
4+
git checkout -b "pull%n%" FETCH_HEAD

0 commit comments

Comments
 (0)