Files
CMProject/pull.bat
2025-05-23 22:47:11 +08:00

5 lines
59 B
Batchfile

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