Answers for "how to connect to git in terminal"

11

how to login to git from terminal

git config --global user.name "your_username"
Posted by: Guest on July-23-2020
10

how to login to git from terminal

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

Code answers related to "how to connect to git in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language