Answers for "how to do git login"

10

login git in terminal

git config --global user.email "[email protected]"
Posted by: Guest on July-23-2020
0

hw to login to git

$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Posted by: Guest on December-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language