Horje
git config user 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"
git config user
$ 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 user settup
git config --global user.name "YourName"
git config --global user.email youremail@gmail.com




Shell

Related
installing g++ on ubuntu Code Example installing g++ on ubuntu Code Example
zoom download linux Code Example zoom download linux Code Example
refusing to merge unrelated histories bitbucket Code Example refusing to merge unrelated histories bitbucket Code Example
ubuntu install imagemagick Code Example ubuntu install imagemagick Code Example
how to install pyqt5 on windows Code Example how to install pyqt5 on windows Code Example

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