@REM cd fe-advance
@echo off
echo "-------Begin-------"
git status
set msg=update
set /p msg=请输入提交注释:
git add -A
git commit -m %msg%
git push
echo 推送成功√:【%msg%】
echo "-------End-------"
pause
@REM cd fe-advance
@echo off
echo "-------Begin-------"
git status
set msg=update
set /p msg=请输入提交注释:
git add -A
git commit -m %msg%
git push
echo 推送成功√:【%msg%】
echo "-------End-------"
pause