git config - for a single repository

$ git config user.name "John Doe"
$ git config user.email johndoe@example.com

Comments