Answers for "how to login for github in terminal"

0

how to sign into github from terminal

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]

or to see the signed in user

git config --list
Posted by: Guest on July-25-2021
11

login github command line

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

Code answers related to "how to login for github in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language