Learn R Programming

adapr (version 1.0.1)

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")
# ## End(Not run) 

Run the code above in your browser using DataLab