將多個 Commit 合併成一個 (Squash Commits)

使用 git rebase -i 將多個 Commit 合併成一個,讓專案具有整潔的提交歷史記錄。

809 字