Tower Icon

Fetching data from a remote repository

The "fetch" command downloads data from a specified remote repository.
NOTE:Downloaded changes are not merged with your local work (in contrast to the "pull" command). This could be done later by explicitly performing a merge.

To fetch data from a remote repository

In the Sidebar right-click on the remote repository and select "Fetch from Remote Repository...".

The "fetch" dialog has some options to further customize the command:


Related Topics

Adding a remote repository

FAQ: Connecting to remote repositories

Pulling from a remote repository

Pushing to a remote repository