Git de verificación nombre de usuario

Ejemplos de código

13
0

N

git config --global --get user.name
git config --global --get user.email
11
0

N

git config --global user.email "[email protected]"
git config --global user.name "My Name"
10
0

N

git config user.name
git config user.email
5
0

N

git config --list
1
0

N

$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona
0
0

N

To know the username, type:

git config user.name

To know the email, type:

git config user.email

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................