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 :: check solidity version 
Shell :: enable docker at boot 
Shell :: linux saber la distribución terminal 
Shell :: windows powershell as an admin 
Shell :: discord components python install 
Shell :: linux set env permanent 
Shell :: kill all processes holding a port 
Shell :: nano with line numbers 
Shell :: uninstall package from ubuntu 
Shell :: git reset change in one file 
Shell :: delete node_modules 
Shell :: how to check my git username 
Shell :: whybar not showing icons 
Shell :: how delete all wine files in linux 
Shell :: gradle init java application 
Shell :: npm install line awesome 
Shell :: open gui of git repo 
Shell :: validate ssl certificate on website using curl 
Shell :: git delete tag from commit 
Shell :: Upgrading/ updating dart sdk 
Shell :: Start Xampp Mysql In Ubantu 
Shell :: apache2 file size 
Shell :: docker tag and push 
Shell :: how to give permission to create files in directory linux 
Shell :: start hostednetwork 
Shell :: flutter android sdk file not found 
Shell :: powershell command history file 
Shell :: add an existing user account to a group 
Shell :: store ls into array bash 
Shell :: Do you Need bash to hack 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =