Pull from the repository
If multiple users are working on assets tracked in the same Git repository, you should always pull from the repository before working on the project yourself. This brings the changes made by other users into your local project.
Prerequisites
- A Git repository associated with the project
Steps
Troubleshooting
Repository Conflict in the Pull Messages dialog.
-
The same asset was modified in the Git repository and in SnapLogic Manager with different changes.
In the Pull Messages dialog:- To overwrite the local file, select the repository version and click Pull.
- To retain the local file, do not select any repository version, click Pull, then commit the project updates.
Was this helpful ?