Files
tolaria/src-tauri/resources/agent-docs/pages/guides/connect-a-git-remote.md
2026-05-06 23:08:42 +02:00

28 lines
808 B
Markdown

# Connect A Git Remote
Source: guides/connect-a-git-remote.md
URL: /guides/connect-a-git-remote
# Connect A Git Remote
Connect a remote when you want backup or sync beyond the current machine.
## Before You Start
Make sure the remote repository exists and your system Git can authenticate to it. Tolaria uses system Git rather than storing provider-specific credentials.
## Steps
1. Open the bottom status bar remote chip, or run `Add Remote` from the command palette.
2. Paste the remote URL.
3. Confirm the remote name.
4. Fetch or push according to the app prompt.
## Recommended Auth
- SSH keys.
- GitHub CLI authentication.
- Existing Git credential helpers.
- macOS Keychain credentials for HTTPS remotes on macOS.
If authentication fails, see [Git Authentication](/troubleshooting/git-auth).