пользователь конфигурации GIT с CLI

$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
WinMaw