Skip to main content
Version: Next

Git remotes

Git manages the configuration and code associated with changes. This tab allows management of the Git remotes available for this project.

Project Git remotes screen

Each row includes:

ColumnDescription
NameThe name assigned to the Git remote.
URLThe 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 credentials.
Buttons & linksFunction
ColumnsHide or display columns in the table.
Search barFilter the contents of the table based on these criteria.
Bulk actionsPerform operations on multiple Git remotes, such as archiving.

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, Git repository URL, user and password.
  3. Click the Add git remote button. If successful, the new Git remote will appear on the Git remotes list of the project.