Horje
configure your git username/email Code Example
git username email
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
Source: linuxize.com
configure your git username/email
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "YourEmail@example.com"
update git config username and email
git config --global --edit
change git username and email
$ git config --global user.email "email@example.com"
git config --global user.name "Server"
cat .gitconfig




Shell

Related
install firewall-cmd centos 7 Code Example install firewall-cmd centos 7 Code Example
zsh: command not found: flutter Code Example zsh: command not found: flutter Code Example
install xdotool ubuntu Code Example install xdotool ubuntu Code Example
heroku download database Code Example heroku download database Code Example
install geth in ubuntu Code Example install geth in ubuntu Code Example

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