Learn R Programming

gitr (version 0.0.2)

tag: Git Tag Utilities

Description

Git Tag Utilities

Usage

git_recent_tag()

git_tag_info()

Arguments

Value

git_recent_tag(): character(1). The most recent tag.

git_tag_info(): A data frame summarizing the repository tags.

Functions

  • git_recent_tag(): gets the most recent git tag.

  • git_tag_info(): gets a data frame summary of the current git repository tags.

Examples

Run this code
if (FALSE) {
  get_recent_tag()

  get_tag_info()
}

Run the code above in your browser using DataLab