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

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

代码示例1
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"