git list пользователь и электронная почта
git config --global --get user.name
git config --global --get user.email
garzj
git config --global --get user.name
git config --global --get user.email
git config user.name
git config user.email
To know the username, type:
git config user.name
To know the email, type:
git config user.email
# show your Git username
git config --list
#an other way
`/.gitconfig
$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona
git config user.name