1 Star 0 Fork 101

繁星/炉石兄弟个人策略分享

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update.bat 834 Bytes
一键复制 编辑 原始数据 按行查看 历史
if exist Routines (cd ./Routines) else (goto exception1)
if exist .git (echo ok) else (goto init)
git fetch --all
git reset origin/master --hard
git config --global core.quotepath false
git config --global gui.encoding utf-8
git config --global i18n.commit.encoding utf-8
git config --global i18n.logoutputencoding utf-8
set LESSCHARSET=utf-8
git log --pretty=format:"%%an %%x09 %%ad %%x09 %%s %%x09" -5 --date=format:"%%y-%%m-%%d %%H:%%M:%%S"
echo Done
pause
exit
:init
echo init.......
git init .
ping 127.0.0.1 -n 3 >nul
if exist .git (echo Git intalled) else (goto exception2)
cd ..
RD /S /Q Routines
git clone https://gitee.com/notnow/hearthstoneRoutine.git ./Routines
if exist Routines (echo finished) else (echo Install Git First!)
pause
exit
:exception1
echo ERROR
pause
exit
:exception2
echo Install Git First!
pause
exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/selton/hearthstoneRoutine.git
git@gitee.com:selton/hearthstoneRoutine.git
selton
hearthstoneRoutine
炉石兄弟个人策略分享
master

搜索帮助