Vérifier le terminal des paramètres GIT

-- 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
Victorious Vendace