initial commit
This commit is contained in:
5
Cs_HMI/SubProject/GitUpdate.bat
Normal file
5
Cs_HMI/SubProject/GitUpdate.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user