| git_add | R Documentation |
Add file contents to the staging area.
git_add(files = ".")
files |
Character vector of file paths to stage, or "." for all (default) |
Invisibly returns TRUE on success
if (FALSE) {
git_add() # Stage all changes
git_add("README.md") # Stage specific file
git_add(c("R/foo.R", "R/bar.R"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.