Skip to content

Commit

Permalink
Adds Windows github pull req script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpilotti committed Sep 10, 2014
1 parent e97623e commit f215f40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github_apply_pull_req.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set n=%1%

git fetch origin pull/%n%/head
git checkout -b "pull%n%" FETCH_HEAD

0 comments on commit f215f40

Please sign in to comment.