pr {gitr}R Documentation

Git PR Utilities

Description

Git PR Utilities

Usage

get_pr_msgs(branch = NULL)

get_pr_sha(branch = NULL)

Arguments

branch

Character. The name of a branch, typically a feature branch.

Value

get_pr_msgs(): see get_commit_msgs().

get_pr_sha(): character vector of shas corresponding to the PR (relative to the default branch).

Functions


[Package gitr version 0.0.1 Index]