📌  相关文章
📜  如何更改 git 作者 - Shell-Bash 代码示例

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

代码示例3
# Changes the username and email of all commits from the start.
git rebase -i --root -x "git commit --amend --author='YOUR_USERNAME  --no-edit'"