Answers for "github set local user"

0

git setup local user

git config user.name "Your Name Here"
git config user.email [email protected]

Or Global
git config --global user.name "Your Name Here"
git config --global user.email [email protected]
Posted by: Guest on February-05-2021
0

how to set global github username and password in git

$ git config --global credential.helper wincred
Posted by: Guest on September-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language