Quantcast
Channel: Code Yarns » git
Viewing all articles
Browse latest Browse all 12

How to list all global configuration settings in Git

$
0
0

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

Viewing all articles
Browse latest Browse all 12

Trending Articles