Pull changes that other users make from the remote repository
Pull changes to view updates and any conflicts between the remote repository and your local project. Use Pull preview to accept updates and resolve conflicts.
When there are changes to pull from the remote repository, the message "Remote changes available to pull" appears in the status bar and the
Pull from remote
icon displays a blue number with the number of commits to pull. For example, indicates that there is one commit that is ready to pull.
- In the open project, selectPull from remote. The conflicts and changes between the local project and the project in the remote repository appear highlighted inPull preview.TIP: A conflict may occur if a property value in both the remote project and the local project has changed. A conflict may also occur if an object is removed in one version of the project and the same object is modified in the remote repository. Highlighted conflicts display changed values and removed objects that are crossed out. The number of conflicts appears in the status bar.
- (optional) At the top ofPull preview, select the content to view:
- All. All project content in both the local and remote projects.
- Updates. Only changes in the local and remote projects.
- Conflicts. Only conflicts between the local and remote projects.
- Expand a highlighted conflict to display the values in conflict.
- (optional) At the top of the preview, select to navigate and expand the next conflict or to navigate to the previous conflict.TIP: An icon in a row inPull previewindicates:
- A conflict exists between the local and remote project.
- A conflict was resolved by selecting either the local or remote change in the row.
- A change exists in the local or remote project.
- An object was added.
- An object was removed.
- In each highlighted row, select the version of content to keep:
- Individual local change. In a highlighted row, select the local change on the left.
- Individual remote change. In a highlighted row, select the remote change on the right.
- All local changes. At the top of the preview, selectTake all local.
- All remote changes. At the top of the preview, selectTake all remote.
- SelectAcceptto accept the selected changes, or selectCancelto reject all of the conflicts in the remote project and retain the values in the local project.
The project opens and the message "The project is synchronized" appears in the status bar.
Provide Feedback