R/reexport.R

#' Re-exported Function From `git2r`
#'
#' See \code{\link[git2r]{repository}} in `git2r`.
#' @name repository
#' @importFrom git2r repository
#' @family version_control
#' @export
NULL

#' Re-exported Function From `git2r`
#'
#' See \code{\link[git2r]{status}} in `git2r`.
#' @name status
#' @importFrom git2r status
#' @family version_control
#' @export
NULL

#' Re-exported Function From `git2r`
#'
#' See \code{\link[git2r]{commit}} in `git2r`.
#' @name commit
#' @importFrom git2r commit
#' @family version_control
#' @export
NULL

#' Re-exported Function From `git2r`
#'
#' See \code{\link[git2r]{pull}} in `git2r`.
#' @name pull
#' @importFrom git2r pull
#' @family version_control
#' @export
NULL

#' Re-exported Function From `git2r`
#'
#' See \code{\link[git2r]{push}} in  `git2r`.
#' @name push
#' @importFrom git2r push
#' @family version_control
#' @export
NULL
ropensci/git2rdata documentation built on Jan. 26, 2025, 5:41 p.m.