chore: 根目录添加了两个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
|
||||
4
git-pull.bat
Normal file
4
git-pull.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
git pull
|
||||
git log -n 3
|
||||
pause
|
||||
Reference in New Issue
Block a user