Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git user.name user.email

git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
Comment

get git username and email

git config user.name
git config user.email
Comment

git user email

git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"
Comment

set git user name and user email

git config --global user.name "Name"
git config --global user.email "exe@exe.com"
Comment

PREVIOUS NEXT
Code Example
Shell :: git set email and username 
Shell :: how to install yum in ubuntu 
Shell :: moodle purge from terminal 
Shell :: choco list installed 
Shell :: uninstall mariadb server and client in ubuntu 18.4 
Shell :: chrome update ubuntu 20.04 
Shell :: kill ubuntu port 
Shell :: adb shell list packages 
Shell :: how to pronounce ubuntu 
Shell :: Ubuntu fix broken package 
Shell :: install pymysql 
Shell :: how to uninstall thunderbird ubuntu terminal 
Shell :: kill the port in mac 
Shell :: install maven in ubuntu 
Shell :: failed to load module canberra-gtk-module 
Shell :: remove git credentials terminal 
Shell :: how to know fedora version 
Shell :: remove oh my zsh ubuntu 
Shell :: Could not install packages due to an OSError: [WinError 5] Access is denied: 
Shell :: get git remote url 
Shell :: refusing to merge unrelated histories bitbucket 
Shell :: update git version in ubuntu 
Shell :: Create React App requires Node 14 or higher. 
Shell :: uninstall webpack globally 
Shell :: remove mongodb from mac 
Shell :: Install Material ui on react app 
Shell :: reinstall xcode cli tools 
Shell :: git cancel last commit 
Shell :: find and stop docker engine mac 
Shell :: flask login install 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =