This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Description
Not sure if a first class object to represent the .gitconfig file should be provided or if the global config information should be squirreled away inside config.Config. There is the ~/.gitignore_global file to consider as well.
It seems to me that a first class object and storer interface is the way to go. These are real physical entities and they should have their counterparts in the config package.