# 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.