Horje
git config username and password global Code Example
git config username and password global
git config --global user.name "fname lname"
git config --global user.email "example@gmail.com"
git config --global user.password "secret"
git config username and password
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com
git bash set global username and password
$ git config --list --show-origin
Source: git-scm.com
git config username and password
git config --global user.name "imrancs058" 
git config --global user.email "imrancs058@yahoo.com"
change global user name git
$ git config --global user.name "Mona Lisa"
git config username and password
git config --global user.name "mrizwanashiq"
git config --global user.email "mrizwanashiq@outlook"




Shell

Related
restart enginex Code Example restart enginex Code Example
[ERROR] Error while getting Capacitor CLI version. Is Capacitor installed? Code Example [ERROR] Error while getting Capacitor CLI version. Is Capacitor installed? Code Example
install imagick php ubuntu Code Example install imagick php ubuntu Code Example
apache check config Code Example apache check config Code Example
delete files with a certain extension recursively Code Example delete files with a certain extension recursively Code Example

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