change username of git code example
Example: git user config
$ git config --local user.name "John Doe"
$ git config --local user.email [email protected]
$ git config --local user.name "John Doe"
$ git config --local user.email [email protected]