Horje
git set email and username Code Example
git set email and username
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
Source: linuxize.com
set git user name and user email
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com
configure your git username/email
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "YourEmail@example.com"
git user email
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"
set email git
git config --global user.email "my.adresse@hotmail.com"
update git config username and email
git config --global --edit




Shell

Related
git username email Code Example git username email Code Example
crontab use nano Code Example crontab use nano Code Example
what is --use-feature=2020-resolver Code Example what is --use-feature=2020-resolver Code Example
git pull master discard local changes Code Example git pull master discard local changes Code Example
npm change registry Code Example npm change registry Code Example

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