Hello everyone,
We have a central Ignition gateway that runs a large enterprise system with multiple projects. Each developer has their own VM, but instead of running a local gateway, they connect their Designer to the shared gateway to develop.
What’s the best way to implement version control in this setup?
How can developers work with git without being logged into the gateway? Python scripting?
Any best practices for handling conflicts when multiple developers work on the same system?
For multiple projects on a gateway... Is it better to do a mono repo or different repos for each project? All our projects inherit from a "master_project" with minor changes on each project.
Thanks!