R/add_all_to_git_stage.R

#' @title Add ALL files in the RStudio Git pane to the 'stage'
#' for comitting
#'
#' @export

add_all_to_git_stage <- function(){

  system("git add -A")

}
uashogeschoolutrecht/gitr documentation built on May 24, 2019, 11:44 p.m.