Learn R Programming

adapr (version 2.0.0)

gitConfigure: Configure user.name and email for git.

Description

Configure user.name and email for git.

Usage

gitConfigure(user.name, user.email)

Arguments

user.name

Chris Someone

user.email

someone[at]somewhere.com

Value

output from git

Examples

Run this code
# NOT RUN {
# Uses git2r package
 gitConfigure("jonG","gelfond@somewhere.com")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab