Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

configure your git username/email

git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "YourEmail@example.com"
 
PREVIOUS NEXT
Tagged: #configure #git
ADD COMMENT
Topic
Name
6+8 =