1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make.bat: git pull add --quiet

This commit is contained in:
yuyi
2020-05-22 22:42:34 +08:00
committed by GitHub
parent 88fa935376
commit b5af6d44c2

View File

@@ -7,7 +7,7 @@ pushd %~dp0
if exist "vc" (
echo Updating vc...
cd vc
git pull
git pull --quiet
cd ..
) else (
echo Cloning vc...