Files
ENIG/Cs_HMI/SubProject/GitUpdate.bat
2025-01-07 16:08:02 +09:00

5 lines
182 B
Batchfile

@echo off
echo Git AutoUpdate
echo tindevil@nate.com
for /d %%i in (*) do echo Enterinng "%i" | cd "%i" | git.exe pull --progress -v --no-rebase "origin" master | cd ..
@pause