push: Push a local repo to a GitHub repository

Description Usage Arguments

View source: R/push.R

Description

Push a local repo to a GitHub repository

Usage

1
2
3
4
5
push(
  path_to_local_repo = NULL,
  remote_name = "origin",
  remote_branch = "master"
)

Arguments

path_to_local_repo

full path to local repository to be pushed

remote_name

name of remote to push to. Defaults to "origin".

remote_branch

name of branch on the remote to push to. Defaults to "master".


patelm9/glitter documentation built on Sept. 21, 2020, 5:42 p.m.