[Resolved] Gdevelop Using Github as Version Control

**Does Anyone Tried to Use Github on Gdevelop **
Me and my buddy wanted to create a game but we currently unable to avail a premium prvilage in Gdevelop to share and collaborate so i suggest to use github as Version Control but as i understand Github and Gdevelop Gdevelop used only 1 File. does it break if that only 1 file changed but we change different part

I don’t think that will work because you may get merge conflicts that you’d have to resolve yourself, and it’d be in json - rather tricky to work with.


However, you could save the game into multiple files (one for each scene). Then as long as you both work on the different scenes, then you should be ok:

1 Like

Thank you very much now we can work with different scenes