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