Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

view git username

# show your Git username
git config --list

#an other way
`/.gitconfig
Comment

check git username

Just use --local instead of --global. In fact, local is the default so you can just do

git config --local user.email personal@example.org
git config --local user.name "whatf hobbyist"

in one repo, and

git config --local user.email work@example.com
git config --local user.name "whatf at work"

in another
Comment

PREVIOUS NEXT
Code Example
Shell :: delete directory linux 
Shell :: local-gen install 
Shell :: pyqt5 designer download 
Shell :: whybar not showing icons 
Shell :: linux screen 
Shell :: how to convert ppk to pem in linux 
Shell :: turn of raspberry 
Shell :: comment in cmd 
Shell :: ffmpeg cutting time video 
Shell :: bash git coloring 
Shell :: bash show all file with same name 
Shell :: ubuntu keyboard repeat 
Shell :: add directory to path windows 10 
Shell :: powershell get empty folders 
Shell :: bash while true 
Shell :: get ram of ubuntu 
Shell :: kali linux desktop gadgets 
Shell :: yarn create chrome extension with react and typescript 
Shell :: install specific version of r package 
Shell :: execute powershell file windows 
Shell :: install postgres 11 ubuntu 
Shell :: pocketsphinx install error 
Shell :: restart gnome shell 
Shell :: get public ipv6 linux 
Shell :: docker remove not running containers 
Shell :: store ls into array bash 
Shell :: cgi directories 
Shell :: vuetify install 
Shell :: install scrcpy linux 
Shell :: dbeaver install ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =