Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

hw to login to git

$ git config --global user.name "Your name here"
$ git config --global user.email "your_email@example.com"
 
PREVIOUS NEXT
Tagged: #hw #login #git
ADD COMMENT
Topic
Name
9+3 =