pushGitRepo: Add Commit and Push Cuurent Git Repository

Description Usage Arguments Examples

View source: R/gitVersioning.R

Description

Add Commit and Push Cuurent Git Repository

Usage

1
2
3
pushGitRepo(gitURL = "git@github.com:ivanliu1989/RQuant.git",
  initRepo = FALSE, branch = "master", username = "ivanliu1989",
  commitMsg = "update repo", repoPath = getwd())

Arguments

gitURL

the SSH URL of git repository

initRepo

initialise the git repo or not

branch

default "master"

username

username of git account

commitMsg

commit message

repoPath

local path of repository

Examples

1
2
3
4
pushGitRepo(gitURL = "git@github.com:ivanliu1989/RQuant.git",
branch = "master",
commitMsg = "update repo",
repoPath = getwd())

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.