View source: R/git_push_outside_repo.R
Push a local repo to a GitHub repository
1 2 3 4 5 | git_push_outside_repo(
path_to_local_repo,
remote_name = "origin",
remote_branch = "master"
)
|
path_to_local_repo |
full path to local repository to be pushed |
remote_name |
name of remote to push to. Defaults to "origin". |
remote_branch |
name of branch on the remote to push to. Defaults to "master". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.