tag {gitr} | R Documentation |
Git Tag Utilities
Description
Git Tag Utilities
Usage
gitr_recent_tag()
gitr_tag_info()
Value
gitr_recent_tag()
: character(1)
. The most recent tag.
gitr_tag_info()
: A data frame summarizing the repository tags.
Functions
-
gitr_recent_tag()
: gets the most recentgit
tag. -
gitr_tag_info()
: gets a data frame summary of the current git repository tags.
Examples
## Not run:
gitr_recent_tag()
gitr_tag_info()
## End(Not run)
[Package gitr version 0.1.0 Index]