Answers for "git terminal log in github"

13

how to login to git from terminal

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

linux login to github via git

$ git config --global user.name "Your name here"
$ git config --global user.email "[email protected]"

$ git config --global color.ui true
$ git config --global core.editor emacs
Posted by: Guest on December-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language