Answers for "hot to verify git configuration"

0

hot to verify git configuration

$ 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