I'm trying to push some changes, but my company's bitbucket server is stopping me (rightfully so!) to commit with the wrong committer email. git push
fails with five entries like the one I put bellow:
remote: Push rejected.
remote:
remote: refs/heads/feature/<branch>: efc45b4345f500b0175624d97a3cad96d9268e61: expected committer email '<company@email>' but found '<some@value>'
How can I change the committer email for the commits I need to push?