gitCommit: git commit. Requires git installation.

Description Usage Arguments Value Examples

Description

git commit. Requires git installation.

Usage

1
2
gitCommit(gitdir, message, branch = NULL, git_args = character(),
  git_binary = NULL)

Arguments

gitdir

string with git directory

message

for commit

branch

git branch

git_args

arguments to git

git_binary

location of git executable

Value

Not for direct use. Git commit output.

Examples

1
2
3
4
5
## Not run: 
 si <- pullSourceInfo("adaprHome")
gitCommit(si$project.path,"test commit")

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.