“Jak sprawdzić obecny użytkownik GIT” Kod odpowiedzi

Jak sprawdzić obecny użytkownik GIT

To know the username, type:

git config user.name

To know the email, type:

git config user.email
Angry Anteater

Sprawdź nazwę użytkownika git

Just use --local instead of --global. In fact, local is the default so you can just do

git config --local user.email [email protected]
git config --local user.name "whatf hobbyist"

in one repo, and

git config --local user.email [email protected]
git config --local user.name "whatf at work"

in another
Lazy Lizard

Odpowiedzi podobne do “Jak sprawdzić obecny użytkownik GIT”

Pytania podobne do “Jak sprawdzić obecny użytkownik GIT”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu