Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

configure git

//add username
git config --global user.name "your_username"

//add email
git config --global user.email "your_email_address@example.com"

//check configuration
git config --global --list
 
PREVIOUS NEXT
Tagged: #configure #git
ADD COMMENT
Topic
Name
4+9 =