Horje
git config global Code Example
git config global
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com
set username git
git config --global user.name "My Name"
set email git
git config --global user.email "my.adresse@hotmail.com"
git config
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config
$ git config --list --show-origin
Source: git-scm.com
where is global config file for git
git config --global --edit 
# It will open git config file and you can make necessary changes




Shell

Related
uninstall space vim Code Example uninstall space vim Code Example
How to remove Spacevim Code Example How to remove Spacevim Code Example
get length of array bash Code Example get length of array bash Code Example
enable snap in linux mint Code Example enable snap in linux mint Code Example
Github Identification on terminal Code Example Github Identification on terminal Code Example

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