Answers for "git config --list all"

12

git list config

git config --list
# or
git config --global --list
Posted by: Guest on June-11-2020
2

list git config

git config --list
Posted by: Guest on March-19-2020
0

Git config --list to list all the settings

$ git config --list
user.name=John Doe
[email protected]
color.status=auto
color.branch=auto
color.interactive=auto
color.diff=auto
...
Posted by: Guest on June-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language