codecombat/scripts/windows/coco-dev-setup/batch/git-test.bat
2014-02-05 23:23:39 +01:00

12 lines
No EOL
229 B
Batchfile
Executable file

@echo off
setlocal EnableDelayedExpansion
set "git-path=C:\Program Files (x86)\Git"
set "PATH=%PATH%;%git-path%\bin;%git-path%\cmd" /M
git clone https://github.com/codecombat/codecombat.git C:\Coco\
pause
endlocal