Tuesday, July 28, 2020

git config user.name

GLOBAL

Anzeige Git Username: 

git config --global user.name

Setzen Git UserName

git config --global user.name "MyGlobalUserName"

lokal:

config file in maindir .git/config

Anzeige Git Username: 

git config user.name

Setzen Git UserName

git config user.name "MyLokalUserName"



No comments: