Documentation
¶
Index ¶
- func Add(scope scope.Scope, key string, value string) error
- func Get(scope scope.Scope, key string) (string, error)
- func GetAll(scope scope.Scope, key string) ([]string, error)
- func GetRegexp(scope scope.Scope, pattern string) (map[string]string, error)
- func List(scope scope.Scope) (map[string]string, error)
- func ReplaceAll(scope scope.Scope, key string, value string) error
- func UnsetAll(scope scope.Scope, key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceAll ¶
ReplaceAll git config --<scope> --replace-all <key> <value>
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.