how to change author name of github 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