修改git commit的author

 

發現新電腦設定git設錯e-mail了,只好用

git rebase -i --root

讓git從一開始的commit開始改

然後把每個commit前面都改e

然後

git commit --amend --author="{你的暱稱} <{你的E-mail}>"

git rebase --continue

無限迴圈直接結束


據說還有有更快的方法,之後有空再研究了。



留言