Repos and auth
gh auth loginLog in to GitHub.
gh repo clone owner/repoClone repo.
gh repo createCreate repo (interactive).
gh repo viewView repo in browser.
PRs and issues
gh pr createCreate PR from current branch.
gh pr listList PRs.
gh pr checkout 123Checkout PR branch.
gh issue listList issues.
gh issue createCreate issue.