In Git, all the global configuration settings that are set by the user are stored in the global gitconfig file. These settings can be listed at the commandline easily:
git config --global --list
Tried with: Git 1.8.0
Tagged: config, git

In Git, all the global configuration settings that are set by the user are stored in the global gitconfig file. These settings can be listed at the commandline easily:
git config --global --list
Tried with: Git 1.8.0