📌  相关文章
📜  推送后更改提交作者 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:12.592000             🧑  作者: Mango

代码示例2
git rebase -i HEAD~2
 git commit --amend --author="Cesar Bueno "
 git rebase --continue