codecombat/scripts/windows/coco-dev-setup/batch/git-test.bat

12 lines
229 B
Batchfile
Raw Normal View History

2014-02-05 17:23:39 -05:00
@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