6. Git 提交代码时候写错 commit 信息后,如何重新设置 commit 信息?6. Git 提交代码时候写错 commit 信息后,如何重新设置 commit 信息?可以通过 git commit —amend 来对本次 commit 进行修改。