Skip to contents

Search Git's global config settings and list the user's name and email.

Usage

proj_get_git_config()

Value

A tibble with the user's name and email.

Examples

proj_get_git_config()
#> # A tibble: 0 × 2
#> # ℹ 2 variables: name <chr>, value <chr>