Answers for "login into github from local"

11

login github command line

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

linux login to github via git

$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"
Posted by: Guest on September-06-2020

Code answers related to "login into github from local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language