git:在提交后修改历史提交的作者并同步修改历史commit

Reset author, after author has been changed in the global config.

 

参考:

        https://github.com/521xueweihan/git-tips,同时里面还有其他的git使用技巧,很不错

操作:

        git commit --amend --reset-author --no-edit

你可能感兴趣的:(git,tortoisegit,git)