1 Star 0 Fork 459

nd6 / IdGenerator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
auto_commit.bat 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhouzj 提交于 2021-03-11 15:50 . init
@echo off
set result=[OK]
set tag=[OK]
set msg="auto commit"
echo --------------------------------------------------------
if not "%1" == "" (
SET msg=%1
)
git add -A
git commit -am %msg%
git push
if "%errorlevel%"=="1" goto ERR
goto END
:ERR
set result=[error]
set tag=[error]
:END
echo %tag% result: %result%
echo ========================================================
if "%tag%"=="×" (
SET __ERROR__=true
@pause
)
:QUIT
C#
1
https://gitee.com/nd6/idgenerator.git
git@gitee.com:nd6/idgenerator.git
nd6
idgenerator
IdGenerator
master

搜索帮助