7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
Credentials
|
|
|
|
git config user.name "FirstName LastName"
|
|
git config user.email "login@hserver"
|
|
|
|
git config credential.helper store
|