fetch_all: Fetch All Repositories

Description Usage Arguments

Description

Find all repositories from a path which have a remote defined and fetch all of them.

Usage

1
2
fetch_all(path = Sys.getenv("HOME"), progress = "interactive",
  prune = FALSE)

Arguments

path

a character vector of full path names; the default corresponds to the 'HOME' directory. This parameter is then passed in [list.dirs]

progress

either "interactive" or "shiny" or NULL. Indicate what backend should be used to print a progress bar. The "interactive" choice uses the 'dplyr' backend (see ['dplyr::progress_estimated'](dplyr::progress_estimated)). The "shiny" choice uses the 'shiny' backend (see ['shiny::Progress'](shiny::Progress)). The NULL choice does not print any progress bar.

prune

should 'fetch –prune' be called.


denrou/ggit documentation built on May 5, 2019, 3:45 a.m.