package
0.11.0
Repository: https://github.com/davidalpert/go-git-mob.git
Documentation: pkg.go.dev

# Functions

Add adds a new line to the option without altering any existing values.
AddGlobal adds a new line to the global option without altering any existing values.
Get gets the (last) value for the given option key.
GetAll gets all values for a multi-valued option key.
GetAllGlobal gets all values for a multi-valued option key.
GetGlobal gets the (last) global value for the given option key.
GetLocal gets the (last) local value for the given option key.
Has checks if the given option exists in the merged configuration.
HasGlobal checks if the given option exists in the global configuration.
HasLocal checks if the given option exists in the local configuration.
No description provided by the author
Remove removes the given key from the configuration.
RemoveAll removes all the given keys from the configuration.
RemoveAllGlobal removes all the given keys from the configuration.
RemoveGlobal removes the given key from the configuration.
RemoveSection removes the given section from the configuration.
RemoveSectionGlobal removes the given section from the global configuration.
Set sets the option, overwriting the existing value if one exists.
SetGlobal sets the global option, overwriting the existing value if one exists.

# Constants

# Variables

No description provided by the author

# Type aliases

ExitCode of the `git config` command.