Branch
-
branch-createCreates a new branch in a GitHub repository.
ghc branch-createThis command will prompt you to enter the name of the new branch and the source branch from which the new branch will be created.

-
branch-deleteDeletes an existing branch in a GitHub repository.
ghc branch-deleteUse this command to delete a branch from the repository. It requires the necessary permissions for branch deletion.
dangerWarning: Deleting a branch is irreversible. Make sure you’ve merged or backed up any necessary changes.

-
branch-listLists all branches in a GitHub repository.
ghc branch-listThis command lists all branches in the specified repository, including the default branch and any feature or development branches.
