Username and email address

suggest change

Right after you install Git, the first thing you should do is set your username and email address. From a shell, type:

git config --global user.name "Mr. Bean"
git config --global user.email mrbean@example.com

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents