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 e97623e commit f215f40Copy full SHA for f215f40
github_apply_pull_req.cmd
@@ -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