Horje
git config email 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
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
set username git
git config --global user.name "My Name"
git user email
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"
git config email
$ git config --global user.email fulanodetal@exemplo.br
Source: git-scm.com




Shell

Related
jdk ubuntu Code Example jdk ubuntu Code Example
powershell create object Code Example powershell create object Code Example
public key generate Code Example public key generate Code Example
navigate to a directory linux Code Example navigate to a directory linux Code Example
how to add image in github readme Code Example how to add image in github readme Code Example

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