@@ -22,7 +22,11 @@ if "%commit_msg%"=="" set commit_msg=Update project
%GIT_PATH% commit -m "%commit_msg%"
echo.
echo [4/5] 推送到远程仓库...
echo [4/5] 拉取远程代码...
%GIT_PATH% pull
echo.
echo [5/5] 推送到远程仓库...
%GIT_PATH% push
echo.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.