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

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 :: creating bucket in aws cli 
Shell :: Entire screen debian 
Shell :: pycocotools install error 
Shell :: which linux 
Shell :: Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running? 
Shell :: windows terminal 
Shell :: how to run pkg file on mac terminal 
Shell :: jq select where 
Shell :: install apt on ubuntu 
Shell :: yarn upgrade 
Shell :: generate uml from python code 
Shell :: see cpu usage terminal linux 
Shell :: git gui 
Shell :: create default package.json 
Shell :: install docker machine 
Shell :: powershell add line to beginning of file 
Shell :: gitignore files that are already tracked 
Shell :: how to edit crontab macos 
Shell :: github clone to local folder 
Shell :: docker create image 
Shell :: powershell delete empty folders 
Shell :: check if bash variable is undefined 
Shell :: download terraform 
Shell :: download using docker 
Shell :: git go back to commit 
Shell :: django oauth toolkit 
Shell :: update time in linux 
Shell :: gzip folder with tar and exclude directories 
Shell :: makefile linux 
Shell :: vim quit 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =