程式與日常
空提交(empty commit)是指沒有任何異動檔案在stage但仍要提交一個commit,會空提交的原因可能包括為了觸發pre-commit檢查、CI pipeline作業或隔離修改檔案名稱的提交。
在命令列輸入git commit --allow-empty -m "some comments..."即可做空提交。
git commit --allow-empty -m "some comments..."
$ git commit --allow-empty -m "Empty commit"
張貼留言
沒有留言:
張貼留言