加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cgit.bat 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
houbb 提交于 2019-05-01 20:19 . [update] updates
:: 用于提价变更内容
:: author: houbb
:: LastUpdateTime: 2019-5-1 20:16:31
:: 用法:双击运行,或者当前路径 cmd 直接输入 cgit.bat
:: 开启回显
@echo ON
ECHO "============================= Git push START..."
git pull
git add .
git commit -m "[update] updates"
git push
git status
ECHO "============================= Git push END..."
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化