git_commit: Commit Git Changes

Description Usage Arguments Value

View source: R/git.R

Description

Commits changes to the git repository in directory dir.

Usage

1
2
git_commit(message = paste(user(), Sys.time(), sep = ": "), pull = TRUE,
  rebase = FALSE, push = TRUE, dir = ".")

Arguments

message

string of commit message

pull

flag indicating whether to pull after commiting

rebase

flag indicating whether to rebase when pulling

push

flag indicating whether to push commits

dir

string of path to git repository directory

Value

Invisible logical scalar indicating whether successful or error.


poissonconsulting/tulip documentation built on Feb. 18, 2021, 11:18 p.m.