gh).
What requires GitHub CLI
| Feature | Requires gh |
|---|---|
| Create PR from workspace | Yes |
| Push branch to remote | Yes |
| Detect repository default branch | Yes |
| View git status | No |
| Create commits | No |
| Create or switch branches | No |
| Create workspaces | No |
Installing GitHub CLI
macOS
Linux
Windows
Authenticating
After installation:Creating pull requests from workspaces

- make changes in a workspace
- review status and commit
- push the branch
- create a PR from the workspace UI
gh is missing or unauthenticated, Reliant will surface an error and point you toward setup.
Default branch detection
Reliant usesgh to detect the repository’s default branch when available. If that fails, it falls back to conventional defaults such as main or master.