Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git list config

git config --list
# or
git config --global --list
Comment

git config list

git config --global --list
Comment

List of global git config

$ git config --global -l
user.name=edem
user.email=edem@gmail.com
Comment

Git config --list to list all the settings

$ git config --list
user.name=John Doe
user.email=johndoe@example.com
color.status=auto
color.branch=auto
color.interactive=auto
color.diff=auto
...
Comment

PREVIOUS NEXT
Code Example
Shell :: nvm ubuntu 
Shell :: install maven in ubuntu 
Shell :: how to uninstall create-react-app 
Shell :: alpine linux add nano 
Shell :: The requested apache plugin does not appear to be installed 
Shell :: Ultimate Perfomance command 
Shell :: yarn install global 
Shell :: install ping docker 
Shell :: composer install production 
Shell :: update raspi 
Shell :: git set url with token 
Shell :: bison install ubuntu 
Shell :: laravel 8 install composer 
Shell :: get git remote url 
Shell :: reload supervisor 
Shell :: not digitally signed. you cannot run this script on the current system 
Shell :: ubuntu bluetooth not turning on 
Shell :: install telnet mac 
Shell :: flush dns cache mac os 
Shell :: adb shell screenshot 
Shell :: eslint fix 
Shell :: docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory 
Shell :: install zsh-syntax-highlighting 
Shell :: git cancel last commit 
Shell :: conda install speechrecognition 
Shell :: sound switch ubuntu 
Shell :: batch remove quotes 
Shell :: cannot find jsonwebtoken 
Shell :: git change master to main 
Shell :: sqlite laravel 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =