When I go to File > Synchronize... it just says “This project does not use Version Control” and provides a link to the Version Control docs, but I don’t see any instruction on initializing Version Control.
I tried manually creating a git repo by running git init in the projects root directory, but File > Synchronize... still says “This project does not use Version Control”.
I know I can just use git outside of the editor, but I like the built-in Version Control features, as simple as they may be.
You need to close Defold and reopen it so that it detects the new repository. But yeah, to my knowledge there’s no way to initialise a repository from within the editor.