-
Notifications
You must be signed in to change notification settings - Fork 10
Configuring a Remote Repository
Phil Beauvoir edited this page May 24, 2025
·
9 revisions
An Archi model that has been added to the Collaboration Workspace also needs to be linked to an online Git repository so that local changes can be published (pushed) and refreshed (pulled). In order to implement this you need to create a blank online remote Git repository.
The following example uses GitHub.
- Login to your GitHub account
- Select "Repositories" and then "New Repository"
- Configure the repository as required but with minimal extras. It doesn't need a license, a README file or a .gitignore file. It should probably be private.
- Ensure that the default branch is named "main" 5, Copy the URL of the repository it can be HTTPS or SSH. For example:
HTTPS - https://github.com/YourAccount/repo.git
SSH - [email protected]:YourAccount/repo.git
- Select the repository in the Collaboration Workspace and ensure the Properties window is open.
- Add the URL to the URL field of the "Repository" tab in the Properties window
- Ensure that the correct authentication details are set in the "Authentication" tab in the Properties window
See Repository Properties for more details on setting these properties.
Once the remote repository has been correctly configured you can perform actions such as "Refresh" and "Publish".
If you value and use Archi please consider making a donation. Thanks!
- FAQ
- Why coArchi2?
- Getting Started
- Getting into the Details
- Actions
- Connection, Authentication & Security
- Command Line Interface (ACLI)
- Troubleshooting and Logging
- Technical Considerations
- Known Issues
- Roadmap
- Change Log
- Developer Notes