Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure your git username/email

git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "YourEmail@example.com"
Comment

get git config username and email

git config --global user.email
git config --global user.name
Comment

update git config username and email

git config --global --edit
Comment

how to config username and email in git

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

git config global username and email

// -> Goto .git
// -> Then edit config 

[user]
	name = xyzzz
	email = abhishek@gmail.com

Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove a directory in git 
Shell :: install alacritty ubuntu 
Shell :: top git commands 
Shell :: bash print odd or even lines 
Shell :: add user to group linux 
Shell :: install leafpad ubuntu 2021 
Shell :: laravel download 
Shell :: ubuntu install times new roman font 
Shell :: ng cli generate component 
Shell :: windows kill process 
Shell :: sum decimals bash 
Shell :: ubuntu empty a file 
Shell :: get podman ubuntu 
Shell :: ecto migration 
Shell :: install plasma kde manjaro 
Shell :: how to install pip on linux 
Shell :: disable password ssh login 
Shell :: what .net framework do i have installed 
Shell :: uuntu free port from use 
Shell :: remove git from project in windows 
Shell :: connect to a pod 
Shell :: centos speedtest 
Shell :: install 7z commadn line windows 
Shell :: delete folder terminal mac 
Shell :: grep nth line 
Shell :: -bash: /bin/rm: Argument list too long inodes 
Shell :: ubuntu persistent root loggin 
Shell :: bash rename file 
Shell :: ubuntu install wine terminal 
Shell :: unzip tar.xz linux 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =