Description Usage Arguments Value
Edit GitHub repository details and settings.
1 2 3 4 5 6 7 8 9 10 | gh_edit_repo(
repo,
name,
description,
private,
has_issues,
has_projects,
has_wiki,
default_branch
)
|
repo |
Repository name in the form of "username/reponame" or "orgname/reponame", e.g. "lwjohnst86/githubr". |
name |
... Need to confirm what this is for. |
description |
Repository description. |
private |
Whether the repository should be public or private. Default is public. |
has_issues |
Whether repository should have issues. |
has_projects |
Whether repository should have projects. |
has_wiki |
Whether repository should have a wiki. |
default_branch |
What the default branch should be. |
Nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.