diff --git a/update.sh b/update.sh index ad148c2..ddc7856 100755 --- a/update.sh +++ b/update.sh @@ -10,6 +10,9 @@ git add . # 移除对本脚本的暂存 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"