How can I change the author (name / email) of a commit? | Learn Version Control with Git

PHOTO EMBED

Thu Nov 23 2023 04:09:44 GMT+0000 (Coordinated Universal Time)

Saved by @alexnick

$ git commit --amend --author="John Doe <john@doe.org>" --no-edit
$ git rebase --continue
content_copyCOPY

https://www.git-tower.com/learn/git/faq/change-author-name-email