Skip to content

Commit

Permalink
更新文件
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkl950217 committed Dec 27, 2024
1 parent f47d604 commit acbeacc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion autoPush.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,22 @@ if %errorlevel% equ 0 (
echo 正在推送代码...
git push
echo 操作完成。
del status.log 2>nul
goto :end
) else if /i "%continue%"=="n" (
echo 已取消提交和推送。
del status.log 2>nul
goto :end
) else (
echo 输入无效,已取消提交和推送。
del status.log 2>nul
goto :end
)
) else (
echo 没有发现需要提交的改动。
del status.log 2>nul
)

del status.log 2>nul
:end
pause
exit /b 0

0 comments on commit acbeacc

Please sign in to comment.