| name | gh |
| version | 1.0.0 |
| description | Use when working with Github using the Github CLI (gh), to get information about Github, create and manage repositories, issues, and pull requests. |
Github Skill using gh (Command Line Interface)
Overview
Utilize Github Command Line Interface (CLI) to effortlessly engage with our suite of products through a streamlined command-line interface. Github CLI provides a powerful toolset that allows users to automate tasks, integrate processes, and interact with various Github products such as Github, all from the comfort of your terminal.
Options
gh --help
Getting Started
Check to see if gh is installed:
gh --version
It not installed, install it:
brew install gh
It installed, verify it:
gh --version
Authenticating to Github
To connect to your Github account, you need to authenticate.
Check if you are already authenticated:
gh auth status
If you are not authenticated, authenticate:
gh auth login -h "GitHub.com"
Usage
gh --help