Auto commit at 2025-06-06 13:48:52

This commit is contained in:
SuanXiangJi 2025-06-06 13:48:52 +08:00
parent cb0eb39747
commit f0acc9ac6f

View File

@ -10,6 +10,9 @@ git add .
# 移除对本脚本的暂存 # 移除对本脚本的暂存
git reset HEAD auto_git_push.sh git reset HEAD auto_git_push.sh
git reset HEAD build/
git reset HEAD install/
git reset HEAD log/
# 提交 # 提交
git commit -m "Auto commit at $commit_time" git commit -m "Auto commit at $commit_time"