Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to config username and email in git

git config --global user.name "Name"
git config --global user.email "exe@exe.com"
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #config #username #email #git
ADD COMMENT
Topic
Name
4+3 =