Answers for "set github username and password for each repository"

1

How to add username and password in github

git config --global user.email [email protected]

git config --global user.password ●●●●●●●●●●●
Posted by: Guest on January-08-2022
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 "set github username and password for each repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language