R/force_git_push.R

# gitUpdateCommitPush
# CommitMessage <- paste("updated on ", Sys.time(), sep = "")
# wd <- getwd()
# gitCommand <- paste("cd ", wd, " \n git add . \n git commit --message '", CommitMessage, "' \n git push origin master \n", sep = "")
# system(command = gitCommand, intern = TRUE)
sbalci/histopathRshiny documentation built on March 27, 2023, 10:09 a.m.