In v4.0.6 after I enabled Git sync, the environment settings are getting lost. I also totally get Git not working correctly on SSH and also HTTP, I think I will build my own sync script.
But that environments settings, are getting lost, that’s a problem because god knows what else from important settings are getting lost, that I don’t know now about.
Ok, doesn’t really matter anymore. I changed my workflow strategy to match with Powershell Universal as much as possible.
I always use a Git repo per apps / modules, also for non Universal apps / modules, like Pro Tools) and I did find out that:
If I create a submodule, with my main branche as target and create a version folder matching the Powershell Universal, and add a matching PSD file inside of it.
Powershell Universal will pick up the the submodule PSD’s configurations and versions automatically after restarting the service
It will be verry nice if the module function inside Powershell Universal will support submodules included in Powershell Universal. But I can understand that’s not your main focus and I feel like I’m the only one and only on this forum that’s using submodules.
So I created a script in Powershell Universal that will automatically initialize, pull, commit and push the submodules
Going to create a script to create a submodule in the Powershell Universal modules folder and start initializing it, so the scheduled task will pick up the sync.
So if someone will also use submodules, thats the easy workflow I did get it working without problems.