Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git config username

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Comment

set username git

git config --global user.name "My Name"
Comment

setup user in git

git config --global user.name "Your Name Here"
git config --global user.email your@email.com
Comment

git setup local user

git config user.name "Your Name Here"
git config user.email your@email.com

Or Global
git config --global user.name "Your Name Here"
git config --global user.email your@email.com
Comment

how to set up git user

$ git config --global user.name
> Mona Lisa
Comment

PREVIOUS NEXT
Code Example
Shell :: how to get the ip of a website 
Shell :: using tar 
Shell :: add local repository to remote 
Shell :: volume buttons not working ubuntu 18.04 
Shell :: install devtools 
Shell :: git remove deleted remote branches 
Shell :: aac anticheat 
Shell :: docker redis image 
Shell :: delete all stopped docker containers 
Shell :: install discord fedora 
Shell :: gitignore io 
Shell :: how to install from git clone 
Shell :: Replace git master with another branch 
Shell :: view live log linux 
Shell :: universal command to get operating system 
Shell :: merge feature branch into master 
Shell :: how to install bootstrap in angular 11 
Shell :: why is my db.sqlite3 is not gitignore 
Shell :: git add -p 
Shell :: add image to readme 
Shell :: bash blackeye 
Shell :: install vlc ubuntu 
Shell :: heroku buildpacks 
Shell :: Cannot make for rpm, the following external binaries need to be installed: rpmbuild 
Shell :: set name and email git 
Shell :: install gui centos 7 
Shell :: bash split string into variables 
Shell :: windows docker volume location 
Shell :: git change local branch name 
Shell :: delete directory mac terminal 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =