create.commit {github}R Documentation

create a commit

Description

create a commit

Usage

create.commit(owner, repo, content, ctx = get.github.context())

Arguments

owner

the repo owner

repo

the name of the repo

content

the JSON object describing the content. See

ctx

the github context object

Value

the commit


[Package github version 0.9.12 Index]