You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
494 B

:: 删除TangDou目录下所有的exe文件
d:
cd D:\python
del /s /q TangDou\*.exe
del /s /q CSP-J\*.exe
del /s /q JiShuanKe\*.exe
del /s /q GESP\*.exe
::cmdkey /delete:LegacyGeneric:target=git:http://www.wmarkj.com:3000/
::cmdkey /generic:LegacyGeneric:target=git:http://www.wmarkj.com:3000/ /user:huanghai /pass:mdcija780522
git config --global core.autocrlf false
git config --global http.sslVerify true
git add -A .
git commit -am 'commit'
git pull
git push origin main