Tower Icon

Adding a remote repository

In order to work with remote repositories, Git must know about them. You can add remotes in Tower easily.

To add a remote repository

  1. In the Sidebar right-click on the "Remotes" section header or click on the "plus" button at the bottom and choose "Add New Remote Repository...".

  2. In the following dialog, enter a title and a URL from which Git shall fetch the remote's data.

The new remote repository will be added to your Sidebar's "Remotes" section. If later you want to edit the remote simply right-click it and select "Edit Remote Repository...".

NOTE:You can add as many remote repositories as you need. Simply follow the steps mentioned above to add another remote repository.


Related Topics

FAQ: Connecting to remote repositories

Fetching data from a remote repository

Pulling from a remote repository

Pushing to a remote repository