Horje
update git config username and email Code Example
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"
update git config username and email
git config --global --edit
change git username and email
$ git config --global user.email "email@example.com"




Shell

Related
how to create a new respository from terminal Code Example how to create a new respository from terminal Code Example
ngular JIT compilation failed: '@angular/compiler' not loaded! Code Example ngular JIT compilation failed: '@angular/compiler' not loaded! Code Example
git username password config Code Example git username password config Code Example
nginx: invalid option: "restart" Code Example nginx: invalid option: "restart" Code Example
install safari in ubunut Code Example install safari in ubunut Code Example

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