diff --git a/github_apply_pull_req.cmd b/github_apply_pull_req.cmd new file mode 100644 index 0000000..c2e2b70 --- /dev/null +++ b/github_apply_pull_req.cmd @@ -0,0 +1,4 @@ +set n=%1% + +git fetch origin pull/%n%/head +git checkout -b "pull%n%" FETCH_HEAD