Nothing
git <- function(...) cliff::run("git", ...)
local_temp_git_repo <- function() {
repo <- tempfile("repo")
dir.create(repo, showWarnings = FALSE)
withr::defer_parent(unlink(repo))
git("init", wd = repo)
return(repo)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.