Naar inhoud springen

Git: global settings

Uit VanderSchaft

hTe setting to set your name is user.name:

git config --global user.name "Your Name"

You can set your e-mail address too:

git config --global user.email "name@domain.example"