ACE Git — tokens & pull requests
Save a token (OS secure storage)
- Git sidebar → Tokens & Pull Requests
- Choose GitHub PAT or Bitbucket
- Paste token → Save Token
- Bitbucket app passwords: also enter username
Tokens never appear in plain settings files; they use Electron safeStorage.
GitHub PAT scopes
repo(private) or public repo access sufficient for PRs
Bitbucket
- Repository access token or app password (+ username)
Create a PR
- Push your feature branch first (Push)
- Enter PR title
- Enter base branch (
main/master) - Optional description → Create PR
- Open PR opens the GitHub/Bitbucket URL
Remote must be GitHub or Bitbucket cloud URL on the selected remote.
Notes
- Push can use the saved HTTPS token automatically when OS prompts fail.
- Clear Token removes only the selected provider’s secret.
- GitLab hosts can open PR links in browser later; create-PR API is GitHub + Bitbucket only for now.
