1 Star 0 Fork 17

wolf/Ai2Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Ai2网络版在线升级.bat 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2022-09-20 22:12 . v185a-218-ge33b1404
@echo off
cd %~dp0
if not exist .git (
ren Git Gitb
Gitb\bin\git init
Gitb\bin\git config --unset http.proxy
Gitb\bin\git config --unset https.proxy
Gitb\bin\git remote add origin https://gitee.com/fsyz/Ai2Server.git
Gitb\bin\git fetch origin
Gitb\bin\git branch master origin/master
Gitb\bin\git pull
Gitb\bin\git reset --hard
if not exist Git (
ren Gitb Git
) else (
rd /s /q Gitb
)
) else (
Git\bin\git config --unset http.proxy
Git\bin\git config --unset https.proxy
Git\bin\git fetch origin master
Git\bin\git reset --hard origin/master
)
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wolfgold/Ai2Server.git
git@gitee.com:wolfgold/Ai2Server.git
wolfgold
Ai2Server
Ai2Server
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385