4 lines
119 B
Batchfile
4 lines
119 B
Batchfile
|
@echo off
|
||
|
where git.exe 2>nul >nul
|
||
|
if errorlevel 1 call choco install git & call %~dp0\v-choco-refreshenv
|
||
|
git.exe %*
|