first commit
This commit is contained in:
5
Template/sh/push.sh
Executable file
5
Template/sh/push.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 自动提交代码到 github,linux 系统才能使用
|
||||
message="shell的自动提交,更新记录查看CHANGES.md"
|
||||
git add -A && git commit -m $message && git push
|
||||
Reference in New Issue
Block a user