Horje
global configuration git Code Example
git config global
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
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
global configuration git
git config --global user.name "pseudo"
git config --global user.email "email@test.com"
git config --global user.password "password"




Shell

Related
pip install pygame Code Example pip install pygame Code Example
how to undo a commit from remote Code Example how to undo a commit from remote Code Example
enable ssh raspberry pi without monitor Code Example enable ssh raspberry pi without monitor Code Example
install vscode insiders ubuntu Code Example install vscode insiders ubuntu Code Example
docker set restart policy on running container Code Example docker set restart policy on running container Code Example

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