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