Git: global settings
Uiterlijk
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"
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"