gitConfigure: Configure user.name and email for git.

Description Usage Arguments Value Examples

View source: R/git_configure.R

Description

Configure user.name and email for git.

Usage

1
gitConfigure(user.name, user.email)

Arguments

user.name

Chris Someone

user.email

someone[at]somewhere.com

Value

output from git

Examples

1
2
3
4
5
## Not run: 
# Uses git2r package
 gitConfigure("jonG","gelfond@somewhere.com")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.