Answers for "add another github account to terminal"

2

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 "add another github account to terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language