Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

set email and name which gets baked into the every git commit in the local config file found in ./.git/config

$ git config --local user.name "John Doe"
$ git config --local user.email example.com
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #set #email #baked #git #commit #local #config #file
ADD COMMENT
Topic
Name
1+9 =