$ git config --global user.name newusername
$ git config --global user.email [email protected]
- Update the origin with
$ git remote set-url origin "url"
- Update the
AUTHORS.md
- Change the Git history author info (if desired)
$ git config --global user.name newusername
$ git config --global user.email [email protected]
$ git remote set-url origin "url"
AUTHORS.md