Check whether the values user.name
and user.email
exist exist in the 'Git' global configuration settings.
Uses git_config_global
.
has_git_user()
Logical, indicating whether 'Git' global configuration settings could
be retrieved, and contained the values
user.name
and user.email
.
has_git_user()
#> [1] TRUE