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

PHOTO EMBED

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

Saved by @alexnick

$ git config user.name "John Doe"
$ git config user.email "john@doe.org"
content_copyCOPY

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