0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/scripts/premerge.bat

7 lines
143 B
Batchfile
Raw Normal View History

2020-01-04 23:25:32 +01:00
@echo off
cd ..
set /p id=Pull Request #
set branch=pr%id%
call git fetch origin pull/%id%/head:%branch%
call git checkout %branch%
pause