Użytkownik Git Config z CLI

$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”[email protected]"
WinMaw