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...
·
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
更多推荐
已为社区贡献11条内容
所有评论(0)