...
Simplified Repository Management: A single Git Instance repository tracks all components, simplifying setup, maintenance, and backups.
Holistic View: Commits are stored within the component project file in your Git Instance repository. Commits can be viewed on the Dashboard and Component Commit Histories.
Reuse component projects: You can use Use another component’s latest commit as a method to template interfaces and share code.
Libraries cannot be shared updated across projects: Available While publicly available libraries can be imported into projects, however they are imported treated as plain folders, therefore updates cannot be made to libraries used across . Updates cannot propagate automatically across multiple projects.
...