摘要: 1 git filter-branch -f --commit-filter ' 2 if [ "$GIT_AUTHOR_EMAIL" = "[email protected]" ]; 3 then 4 GIT_AUTHOR_NAME="correct_name"; 5 GIT_AUTHOR_EMAIL 阅读全文
posted @ 2021-02-26 17:15 Joynic 阅读(195) 评论(0) 推荐(0)