📌  相关文章
📜  git 更改所有提交的提交作者 - Shell-Bash 代码示例

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

代码示例4
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

git rebase -i YOUR_SHA -x "git commit --amend --reset-author -CHEAD"