git-source-control configuration for remote development
How do you configure it to have source control on a namespace accessed via the InterSystems Server Manager extension?
An example from the video explains only how it will work with a cloned git repo on a local machine (PC/Mac), but so far, I can't get it to work on a remote development server (replacing existing remote Studio via RDP with local VS Code).
Comments
Sorted this out through a thread in a GitHub issue - https://github.com/intersystems/git-source-control/issues/597
Thanks for the help. It worked fine for me but when I have tried to configure for another developer it hit the problem when he ended up on my branch because of that universal temp folder for the namespace.
More on that problem here: https://github.com/intersystems/git-source-control/issues/613