Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to sign into github from terminal

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

or to see the signed in user

git config --list
 
PREVIOUS NEXT
Tagged: #sign #github #terminal
ADD COMMENT
Topic
Name
9+2 =