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
- Open the bottom status bar remote chip, or run
Add Remotefrom the command palette. - Paste the remote URL.
- Confirm the remote name.
- 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.