Integrating with Git repositories

You can create a project that integrates with a Git repository to base your project on your local Git clone.

You can use the following Git integrations with a Git repository:

  • Default Git Integration: Each collaborator has their own view of the project and its assets based on the contents of their local Git clone. You must push and pull changes from the Git repository to have an up-to-date view of the project.

  • Deprecated Git Integration: All collaborators share the same local Git clone. Changes that you make to the local Git clone are viewable by all collaborators.

Learn more

Parent topic: Projects