GH-REPO-EDIT(1) | GitHub CLI manual | GH-REPO-EDIT(1) |
gh-repo-edit - Edit repository settings
gh repo edit [<repository>] [flags]
Edit repository settings.
To toggle a setting off, use the --<flag>=false syntax.
Note that changing repository visibility to private will cause loss of stars and watchers.
# enable issues and wiki gh repo edit --enable-issues --enable-wiki # disable projects gh repo edit --enable-projects=false
gh-repo(1)
Nov 2024 |