git_push: Git push

Description Usage Arguments Details See Also

View source: R/git_xyz.R

Description

Push changes to a remote repository

Usage

1
git_push(projname = ".")

Arguments

projname

path to a folder with a git repository, and a remote cennected. By default "." (current directory)

Details

This will push all changes made in the given local repository to the master branch of the 'origin' remote repository.

See Also

Other git functions: git_commit, git_init, git_remote


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