Aras DevOps

Adding Remote Reference

The contributor needs to establish a Remote Reference to incorporate the current work with the Team Repository and keep it up to date. By adding this Reference, the contributor connects the local and Shared Team Repositories. This allows them to fetch the latest changes made by the team and rebase the contributor’s work on top of them. Cloning and other preliminary steps have already been completed; this Reference addition is specifically meant to facilitate contributions.

The following steps outline the process of creating additional Remotes:

  1. Launch the chosen Version Control Tool on the local machine.
  2. Use the Version Control Tool to navigate to the Local Repository where the user wants to add the Remote Reference.
  3. Find the option or command within the Version Control Tool to add a Remote Reference or Remote Repository.

  1. Click the + icon to Add a new remote.

  1. Enter the Remote Repository URL into the appropriate field or prompt within the Version Control Tool.

  1. Optional: Assign a name to the Remote Reference to make it easier to reference in the future.

  1. Once the necessary details are entered and any optional settings are configured, save and add the Remote Reference.