tag {gitr} | R Documentation |
Git Tag Utilities
Description
Git Tag Utilities
Usage
git_recent_tag()
git_tag_info()
Value
git_recent_tag()
: Character. The most recent tag.
git_tag_info()
: A data frame summarizing the repository tags.
Functions
-
git_recent_tag()
: gets the most recentgit
tag. -
git_tag_info()
: gets a data frame summary of the current git repository tags.
[Package gitr version 0.0.1 Index]