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

Try the git2rdata package in your browser

Any scripts or data that you put into this service are public.

git2rdata documentation built on Sept. 11, 2024, 5:51 p.m.