How to change the author and committer name and e-mail of multiple commits in Git?

后端 未结 30 3059
野性不改
野性不改 2020-11-21 04:50

I was writing a simple script in the school computer, and committing the changes to Git (in a repo that was in my pendrive, cloned from my computer at home). After several c

30条回答
  •  野的像风
    2020-11-21 04:53

    Try this out. It will do the same as above mentioned, but interactively.

    bash <(curl -s  https://raw.githubusercontent.com/majdarbash/git-author-change-script/master/run.sh)
    

    Reference: https://github.com/majdarbash/git-author-change-script

提交回复
热议问题