package
1.8.1
Repository: https://github.com/hekmekk/git-team.git
Documentation: pkg.go.dev

# Functions

Add git config --<scope> --add <key> <value>.
Get git config --<scope> --get <key>.
GetAll git config --<scope> --get-all <key>.
GetRegexp git config --<scope> --gex-regexp <pattern>.
List git config --<scope> --list.
ReplaceAll git config --<scope> --replace-all <key> <value>.
UnsetAll git config --<scope> --unset-all <key>.