28 lines
808 B
Markdown
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). |