# NOT RUN {
# Commit a single file
wflow_commit("analysis/file.Rmd", "Add new analysis")
# Commit multiple files
wflow_commit(c("code/process-data.sh", "output/small-data.txt"),
"Process data set")
# Add and commit all tracked files, similar to `git commit -a`
wflow_commit(message = "Lots of changes", all = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab