Answers for "log into github with command line"

11

login github command line

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

login github command line

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

Code answers related to "log into github with command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language