mirror of
http://123.113.99.28:3000/azurice/Voyager.git
synced 2026-01-28 07:34:35 +08:00
feat: 两个便捷的git脚本工具
This commit is contained in:
6
git-add-commit-push.bat
Normal file
6
git-add-commit-push.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
set /p commit_message=Enter commit message:
|
||||
git add .
|
||||
git commit -m "%commit_message%"
|
||||
git push
|
||||
pause
|
||||
3
git-pull.bat
Normal file
3
git-pull.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
git pull
|
||||
pause
|
||||
Reference in New Issue
Block a user