git_remote: Add git remote

Description Usage Arguments Details See Also

View source: R/git_xyz.R

Description

Add a remote at a given github repository

Usage

1
git_remote(projname = ".", repo)

Arguments

projname

path to a folder with a git repository, by default "." (current directory)

repo

repository address in the format "username/repo[/subdir]"

Details

Connects a GitHub remote to the given git repository. This assumes a GitHub repository and SSH is already set up.

See Also

Other git functions: git_commit, git_init, git_push


AkselA/R-projector documentation built on June 19, 2020, 4:24 p.m.