From f215f40a167413bc996fb5550e33838ebd5d609d Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Wed, 10 Sep 2014 12:31:41 +0300 Subject: [PATCH] Adds Windows github pull req script --- github_apply_pull_req.cmd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 github_apply_pull_req.cmd 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