Horje
make sure you configure your 'user.name' and 'user.email' in git Code Example
make sure you configure your 'user.name' and 'user.email' in git
# Inside terminal
git config --global user.name "Your Name"
git config --global user.email "Your email"
add git user and email
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
set git user name and user email
$ 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"
configure your git username/email
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "YourEmail@example.com"
git user email
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"




Shell

Related
install imutils Code Example install imutils Code Example
remove google chrome linux Code Example remove google chrome linux Code Example
check redis version Code Example check redis version Code Example
stop all container in docker Code Example stop all container in docker Code Example
install handbrake ubuntu Code Example install handbrake ubuntu Code Example

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