GitHub
Interact with GitHub using the gh CLI for repos, issues, PRs, and actions.
Common Commands
# Repository
gh repo create
gh repo clone
# Issues
gh issue list
gh issue create
# PRs
gh pr create
gh pr merge
# Actions
gh run list
gh run watch
Best Practices
- Use --web to open in browser
- Add --template for structured issues
- Use gh auth status to verify login