Files
whtml/Template/sh/push.sh
2024-09-27 00:52:52 +08:00

5 lines
181 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 自动提交代码到 githublinux 系统才能使用
message="shell的自动提交更新记录查看CHANGES.md"
git add -A && git commit -m $message && git push