Answers for "how to sign into github from terminal"

1

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

Code answers related to "how to sign into github from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language