优化效率
This commit is contained in:
5
push.sh
Executable file
5
push.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
git add .
|
||||
msg="${1:-'update'}"
|
||||
git commit -m "$msg"
|
||||
git push origin main
|
||||
Reference in New Issue
Block a user