优化效率

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