Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

setup user in git

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