initialize git depository in the current directory git init . display the git remote/origin cat .git/config
Git Configuration Commands Commands Description git config --list Prints all your git configuration settings git config --list --show-origin Prints all git configuration settings along with file name and path to git configuration files. You would see which configuration is set where?