Nothing
test_that("git status works", {
skip_on_cran()
wd <- local_temp_git_repo()
result <- git("status", wd = wd)
expect_true(grepl("No commits yet", result, fixed = TRUE))
})
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.