Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git setup local user

git config user.name "Your Name Here"
git config user.email your@email.com

Or Global
git config --global user.name "Your Name Here"
git config --global user.email your@email.com
 
PREVIOUS NEXT
Tagged: #git #setup #local #user
ADD COMMENT
Topic
Name
4+1 =