Skip to main content
Version: 2025-09-11

Git remotes

Git repositories are the source for the code associated with changes in OpsChain. This tab allows you to connect Git repositories to your project, making them available for use in your changes and to be used as a source for asset templates.

Project Git remotes screen

Each row includes:

ColumnDescription
NameThe name assigned to the Git remote.
URLThe Git repository URL that the Git remote points to.
UserIndicates whether a username credential has been supplied.
PasswordIndicates whether a password credential has been supplied.
SSH Key dataIndicates whether an SSH key credential has been supplied.
ArchivedWhether the Git remote is archived or active.
Edit git remoteOpens a dialog to update the Git remote name and credentials.
Buttons & linksFunction
Bulk actionsAllows you to archive or restore multiple Git remotes.
Search barFilter the contents of the table based on these criteria.
ColumnsHide or display columns in the table.
Add Git remoteOpens a dialog to create a new Git remote.

Creating a Git remote

Create Git remote screen

To create a new Git remote, follow these steps:

  1. Click on the Add Git remote button.
  2. Fill in the mandatory fields in the dialog, including the name and the Git repository URL.
  3. Add the credentials to access the Git repository, either user and password or an SSH key (and its passphrase if it requires one).
  4. Click the Add git remote button. If successful, the new Git remote will appear on the Git remotes list of the project.