-
-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Labels
Description
Hi there,
Maybe it is a newbie question, but is there any method on GitPython that retrieves the configuration at levels system, global and local easily?
I am already using git.config(key) for local configuration, but I would like to know if there is any other way to get at all levels.
I have tried using GitConfigParser, but when I try to get user or user.name, for example, I get the error configparser.NoSectionError: No section: 'user.name'
Could you help me, please?
Thanks in advance.