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 :: reset cache pods 
Shell :: homebrew cocoapods 
Shell :: conda install librosa 
Shell :: pod file reinstall 
Shell :: artisan rollback one migration 
Shell :: npm reinstall 
Shell :: how to know screen resolution linux 
Shell :: Xcode is not installed or not configured properly. Download, install, set it up and run this script again 
Shell :: uninstall foxit reader ubuntu 18.04 
Shell :: Error loading MySQLdb module. 
Shell :: how to ignore already committed files in git 
Shell :: yarn start --reset-cache expo 
Shell :: apt list repositories 
Shell :: how to remove samba ubuntu 
Shell :: install firebase angular 8 
Shell :: delete minikube linux 
Shell :: Port 8080 was already in use. 
Shell :: install react select 
Shell :: commit no verify 
Shell :: install pm2 
Shell :: firebase-tools npm 
Shell :: how to install git on aws linux 
Shell :: awk print first column 
Shell :: set new url for git 
Shell :: how to install npm in ubuntu 
Shell :: unistall pods 
Shell :: unix:///var/run/supervisor.sock no such file 
Shell :: install reach router 
Shell :: install typescript globally 
Shell :: kill process on port windows 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =