Horje
git username email Code Example
git username email
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
Source: linuxize.com
add git user and email
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
get git username and email
git config user.name
git config user.email
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"
git username and email register
$ git config --global user.name "Swanith S" 
$ git config --global user.email "swanitharvety@gmail.com"




Shell

Related
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
error gyp ERR! stack Error: not found: make Code Example error gyp ERR! stack Error: not found: make Code Example

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