| git_push | R Documentation |
Push commits to the remote repository.
git_push(remote = "origin", branch = NULL)
remote |
Remote name (default: "origin") |
branch |
Branch name (default: current branch) |
Invisibly returns TRUE on success
if (FALSE) {
git_push()
git_push(remote = "origin", branch = "main")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.