Answers for "Git config --list to list all the settings"

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

Browse Popular Code Answers by Language