Documentation / Desktop Ide

ACE Git — tokens & pull requests

v1.0 Beta

ACE Git — tokens & pull requests

Save a token (OS secure storage)

  1. Git sidebar → Tokens & Pull Requests
  2. Choose GitHub PAT or Bitbucket
  3. Paste token → Save Token
  4. 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

  1. Push your feature branch first (Push)
  2. Enter PR title
  3. Enter base branch (main / master)
  4. Optional description → Create PR
  5. 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.
Was this helpful?