has_git_user {worcs}R Documentation

Check whether global 'Git' credentials exist

Description

Check whether the values user.name and user.email exist exist in the 'Git' global configuration settings. Uses git_config_global.

Usage

has_git_user()

Value

Logical, indicating whether 'Git' global configuration settings could be retrieved, and contained the values user.name and user.email.

Examples

has_git_user()

[Package worcs version 0.1.14 Index]