Collaborator
-
collaborator-add
Adds a collaborator to a GitHub repository.
ghc collaborator-add
This command allows you to add a user as a collaborator to your repository. You will be prompted to enter the username of the collaborator and the permission level you want to grant (e.g.,
read
,write
,admin
). -
collaborator-remove
Removes a collaborator from a GitHub repository.
ghc collaborator-remove
Use this command to remove a user from the list of collaborators in your repository.
dangerWarning: Removing a collaborator will revoke all their permissions for the repository.
-
collaborator-list
Lists all collaborators for a GitHub repository.
ghc collaborator-list
This command retrieves a list of all collaborators that have access to the specified repository. The permission levels (e.g.,
read
,write
,admin
) for each collaborator are also shown.