我正在尝试进行一些更改,但是我公司的bitbucket服务器阻止我(理应如此!)使用错误的提交者电子邮件进行提交。 git push
失败,出现了五个条目,例如我下面提到的条目:
remote: Push rejected.
remote:
remote: refs/heads/feature/<branch>: efc45b4345f500b0175624d97a3cad96d9268e61: expected committer email '<company@email>' but found '<some@value>'
如何更改需要推送的提交的提交者电子邮件?
答案 0 :(得分:0)
git commit --amend --author="Author Name <email@address.com>"