g_commit_get: Get commit details with specific sha.

View source: R/g_commit_get.r

g_commit_getR Documentation

Get commit details with specific sha.

Description

Get commit details with specific sha.

Usage

  g_commit_get(userorg = NULL, repo = NULL, sha = NULL)

Arguments

userorg

User or organization GitHub name.

repo

Repository name.

sha

Githu sha alphanumeric string.

Value

stuff.

Examples

## Not run: 
g_auth()
options(useragent='ropensci')
g_commit_get(userorg = 'ropensci', repo='rgbif', sha='7549351599f3d7de97a1800a439071f7c5c57c98')

## End(Not run)

ropensci/gitr documentation built on May 18, 2022, 9:57 a.m.