communicate_remote: Communicate with a remote

Description Usage Arguments

View source: R/git.R

Description

Communicate with a remote

Usage

1
2
3
4
5
6
communicate_remote(
  dir,
  fun = pull,
  credentials = NULL,
  communicate_result = TRUE
)

Arguments

dir

A directory.

fun

A function to apply. Either pull or push.

credentials

Credentials passed to fun, e.g. see git2r::pull().


lorenzwalthert/teamtools documentation built on Dec. 10, 2019, 2:11 a.m.