GitHub CLI
gh is GitHub’s command-line tool. Use it after Git is installed when you want pull requests, issues, and clones without clicking through the website.
The studio org is Tiger-Studio-WAB.
Pages in this section
Common commands
| Task | Command |
|---|---|
| Clone a studio repo | gh repo clone Tiger-Studio-WAB/docs |
| Open a PR | gh pr create |
| View a PR | gh pr view |
| List your PRs | gh pr list --author @me |
| Open an issue | gh issue create |
gh does not replace Git. You still git add, git commit, and git push. CLI handles GitHub-only jobs.