1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-10 01:13:28 +08:00

Handle naming conflicts and standardize naming 修正命名冲突,规范化部分命名

This commit is contained in:
bWFuanVzYWth
2023-02-24 11:27:11 +08:00
1202 changed files with 33 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ echo INF: %date% %time% ".git" init end>>%LOG_PATH%
:git_init
echo INF: %date% %time% git pull start>>%LOG_PATH%
git config core.longpaths true
set GIT_SSL_NO_VERIFY=true
%GIT_PATH% pull origin main
echo INF: %date% %time% git pull end>>%LOG_PATH%