Git remotes
Git manages the configuration and code associated with changes. This tab allows management of the Git remotes available for this project.
Each row includes:
Column | Description |
---|---|
Name | The name assigned to the Git remote. |
URL | The repository URL that the Git remote points to. |
User | Indicates whether a username credential has been supplied. |
Password | Indicates whether a password credential has been supplied. |
SSH Key data | Indicates whether an SSH key credential has been supplied. |
Archived | Whether the Git remote is archived or active. |
Edit git remote | Opens a dialog to update the Git remote credentials. |
Buttons & links
Buttons & links | Function |
---|---|
Columns | Hide or display columns in the table. |
Search bar | Filter the contents of the table based on these criteria. |
Bulk actions | Perform operations on multiple Git remotes, such as archiving. |
Creating a Git remote
To create a new Git remote, follow these steps:
- Click on the Add git remote button.
- Fill in the mandatory fields in the dialog, including the name, Git repository URL, user and password.
- Click the Add git remote button. If successful, the new Git remote will appear on the Git remotes list of the project.