package
0.1.20
Repository: https://github.com/181192/ops-cli.git
Documentation: pkg.go.dev

# Functions

Email extracts git user email from `$HOME/.gitconfig` file or `$GIT_CONFIG`.
Entire extracts configuration value from `$HOME/.gitconfig` file , `$GIT_CONFIG`, /etc/gitconfig or include.path files.
Local extracts configuration value from current project repository.
OriginURL extract remote origin url from current project repository.
Username extracts git user name from `Entire gitconfig`.

# Structs

ErrNotFound error not found.