GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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.

--add-topic <strings>
Add repository topic

--allow-forking
Allow forking of an organization repository

--default-branch <name>
Set the default branch name for the repository

--delete-branch-on-merge
Delete head branch when pull requests are merged

-d, --description <string>
Description of the repository

--enable-auto-merge
Enable auto-merge functionality

--enable-issues
Enable issues in the repository

--enable-merge-commit
Enable merging pull requests via merge commit

--enable-projects
Enable projects in the repository

--enable-rebase-merge
Enable merging pull requests via rebase

--enable-squash-merge
Enable merging pull requests via squashed commit

--enable-wiki
Enable wiki in the repository

-h, --homepage <URL>
Repository home page URL

--remove-topic <strings>
Remove repository topic

--template
Make the repository available as a template repository

--visibility <string>
Change the visibility of the repository to {public,private,internal}

# enable issues and wiki
gh repo edit --enable-issues --enable-wiki
# disable projects
gh repo edit --enable-projects=false

gh-repo(1)
May 2022

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.