Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to configure git and github

git config --global user.name "Your Name"
git config --global user.email "yourname@example.com"
Source by www.theodinproject.com #
 
PREVIOUS NEXT
Tagged: #configure #git #github
ADD COMMENT
Topic
Name
5+3 =