# Functions
GetConfig returns an instance of config.Config for the required scope (system or global Git configuration).
GetFinalConfig retrives system, global, and local Git configurations and then merges them into a final config.Config instance.
NewConfigFromMap provides a config.Config instance populating it from the input map.
No description provided by the author
No description provided by the author
ReadConfig parses a Git configuration file in an io.Reader.
# Type aliases
No description provided by the author