gitConfigure: Configure user.name and email for git.

Description Usage Arguments Value Examples

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) 

adapr documentation built on May 1, 2019, 7:05 p.m.