Answers for "git username password"

2

how to get git username and password

$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona
Posted by: Guest on May-20-2020
0

git username and password in terminal

$ git config --list --show-origin
Posted by: Guest on March-02-2020

Code answers related to "git username password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language