天天写错 Git Commit, 天天 rebase,得记录标准流程了
git log #查看
git rebase -i HEAD~3 #编辑倒数第3次,最近的为 倒数第1次,直接 git commit –amend 就行
2024-07-03