Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to change git username and email and general most common git configuration

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

More git configartion info:
https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_code_commit_template_code
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #How #change #git #username #email #general #common #git #configuration
ADD COMMENT
Topic
Name
4+6 =