增加批量从hyzgame远端拉取源代码的.bat

This commit is contained in:
2025-04-23 00:38:57 +08:00
parent aed57437f9
commit a858fcab99
5 changed files with 17 additions and 3 deletions

4
pull.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd %1
git.exe pull -v --no-rebase -- %2 %3
cd ..