github desktop change author one commit 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