About Reading Git Configuration

You can list out the remotes and user associated with the current git repository using the following git command:

1
$ git config --list

Dev Ops Development Bash Zsh Git