Changing git commit AUTHOR and COMMITTER

It’s as simple as:

git -c user.name="Author Name" -c user.email=author@email.com commit --amend --reset-author

All done.

git

Leave a Reply

Your email address will not be published. Required fields are marked *