Answers for "check git settings terminal"

0

check git settings terminal

-- set the default branch to main
 git config --global init.defaultBranch main
 
-- check the git settings on terminal
$ 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 March-30-2021

Code answers related to "check git settings terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language