How to connect Defold project to another hub than Git?

Hello everyone,
I really want to collaborate with my team, but there is problem for us about Git - the coding.
Is there possibility to connect our project on GitHub or another “more visual” hub?
Please, write some advices.
Thanks.

Yes, your can use GitHub. You can easily move a local project to GitHub by following the steps: https://defold.com/manuals/project-setup/

4 Likes

“Git” is the underlying version control system that manages things, there’s a ton of different visual programs to interact with it, not just the command line. Personally I use git-gui, the tiny visual program that installed with git. There’s also SourceTree and lots of others. (search for ‘git client’)

“GitHub” is just a server to host your code online and a website interface for it, it still uses git. You can also use Bitbucket, Gitlab, etc.

4 Likes