Files
YunNanProject/外网GIT提交.cmd
2025-09-10 19:52:15 +08:00

12 lines
268 B
Batchfile

@echo off
del /q "d:\dsWork\YunNanProject\.git\config"
copy "d:\dsWork\YunNanProject\Doc\config-out-network" "d:\dsWork\YunNanProject\.git\config"
git config --global core.autocrlf false
git add -A .
git commit -am 'commit'
git pull
git push origin main