Horje
git config global username Code Example
git user.name user.email
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
Source: linuxize.com
git config username
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com
git user email
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"
git config global username
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
change global user name git
$ git config --global user.name "Mona Lisa"




Shell

Related
resize image linux command line Code Example resize image linux command line Code Example
you have new mail terminal mac Code Example you have new mail terminal mac Code Example
get y.output file yacc remove shift reduce conflict Code Example get y.output file yacc remove shift reduce conflict Code Example
apache .htaccess Option ubuntu Code Example apache .htaccess Option ubuntu Code Example
beautifulsoup download python 3 Code Example beautifulsoup download python 3 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11