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
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #setup #user #git
ADD COMMENT
Topic
Name
6+6 =