-
Notifications
You must be signed in to change notification settings - Fork 5
GitHub CLI
kavinda keshara edited this page Aug 4, 2021
·
1 revision
gh repo --help
To clone a repository from GitHub, you can use the following command.
gh repo clone owner/repo
gh issue create
Also, you can list issues with the command shown below.
gh issue list
gh pr create
merge the changes into the branch
gh pr merge
gh alias set
gh api <endpoint> [flags]