@@ -1,3 +1,11 @@
#!/bin/bash
# push.sh
# -----------
# 用途:一键提交并推送当前目录下所有git更改。
# 用法:
# ./push.sh "commit message"
# # 若不传参数,默认commit message为'update'
git add .
msg="${1:-'update'}"
The note is not visible to the blocked user.