Files
ENIG/HMI/SubProject/GitUpdate.bat
ChiKyun Kim 58ca67150d 파일정리
2026-01-29 14:03:17 +09:00

5 lines
178 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