| title | Quickstart: Tig Connector |
|---|---|
| description | Install the Tig Connector GitHub App to enable branch remapping and PR view automation |
The Tig Connector is a GitHub App that automatically syncs your pull requests with Tig, providing two key features:
Automatically posts a comment with a link to view all AI interactions when you open a PR (if interactions exist) When PRs are merged, automatically remaps commits from the source branch to the target branch The connector works silently in the background—once installed, it automatically handles all PR events without manual intervention.Follow these steps to manually install the app on one or more repositories.
Share these steps with anyone who needs to link their GitHub repos to Tig without relying on the CLI automation.Before you begin, ensure you have:
- GitHub account with Admin access to the repository (or organization) where Tig should run
- Browser access to GitHub
- Optional: Know the repository name(s) you want to connect in advance
- Go to
https://github.com/apps/tig-connector - Click Install in the upper-right corner
Option 1: All repositories
- Grants access to every repo now and in the future under that owner
- Useful for org-wide rollout
Option 2: Only select repositories (recommended)
- Provides fine-grained control over which repos have access
- Click Only select repositories
- Use the search box to find each repo Tig should monitor
- Check the box beside every repository you want to enable
Click Install (or Authorize & Install) to proceed.
Tig Connector requires specific read/write scopes to function properly:- Pull requests
- Commits
- Metadata
- Other repository permissions for keeping branches in sync
Review the permissions summary and click Authorize if prompted.
GitHub will redirect you back to a confirmation page once permissions are granted. Verify that the installation was successful:- Open the repository in GitHub
- Go to Settings → Integrations → GitHub Apps
- Under Installed GitHub Apps, verify that Tig Connector appears and is marked as installed
- (Optional) Click Configure beside the app to double-check which repositories are selected
- If using the CLI: Return to your terminal and press Enter (or re-run the command) so the CLI can detect the fresh installation
- If using the web app: Refresh the dashboard—the app should now show the repo as connected
Need to add more repositories later? You can modify your installation at any time:
- Visit your installations page:
- Personal account:
https://github.com/settings/installations - Organization: Go to your organization's Installed GitHub Apps page
- Personal account:
- Click Configure beside Tig Connector
- Add or remove repositories as needed
Once installed, the Tig Connector automatically enhances your pull request workflow:
When you open or reopen a pull request, the connector receives a webhook notification from GitHub The connector fetches all commits in the PR and checks if any have captured AI interactions from Claude Code and Cursor If the PR contains commits with AI interactions, the connector automatically posts a comment with a direct link to view them:https://app.usetig.dev/projects/{project_id}/pulls/{pr_number}
The connector automatically handles branch remapping:
- Branch Remapping: When merged, remaps all commits from the source branch to the target branch (e.g.,
feature-branch→main)
Now that you've installed the Tig Connector, you can:
Start saving your AI conversations with the Tig NPM package Set up the MCP tool to fetch context in your AI assistant Reach out to our team for assistance with the Tig ConnectorInstalling the Tig Connector GitHub App enables automatic PR view links and branch remapping—make sure every repo using Tig has the app enabled.