git <- function (gitCommand, autoExit = TRUE)
{
shell(paste0("echo git ", gitCommand, " > run.bat"))
if(autoExit)
shell("echo exit >> run.bat")
shell("start /wait run.bat")
shell("del run.bat")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.