change commit author for commits git code example
Example: How to change git author
git commit --amend --author="Author Name <[email protected]>" --no-edit
git commit --amend --author="Author Name <[email protected]>" --no-edit