优化效率

This commit is contained in:
douboer
2025-08-12 15:08:32 +08:00
parent e55178e316
commit e3131f515d
2 changed files with 5 additions and 7 deletions

5
push.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git add .
msg="${1:-'update'}"
git commit -m "$msg"
git push origin main

7
x.bat
View File

@@ -1,7 +0,0 @@
touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin http://biboer.cn:3000/gavin/iBook.git
git push -u origin main