Learn R Programming

adapr (version 1.0.2)

git.commit: git commit. Requires git installation.

Description

git commit. Requires git installation.

Usage

git.commit(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

git commit output

Examples

Run this code
# NOT RUN {
 si <- pull_source_info("adaprHome")
git.commit(si$project.path,"test commit")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab