Making Quest into a Github shareable project

Vox_Populi
25 Feb 2016, 09:12
So i'm working on a Quest based game with a few of my mates. We were using dropbox for a while, but it became really annoying to use especially with the rate of the changes we're making to the project and the problem of us all working on it simultaneously. Also, I don't like that people can make permanent changes to the files without prior approval to certain changes. Thus, I would like to export it up to Github where I can choose which branch to pull into the project, thus is there a way to export out the req files and libraries up to Github, so that we can work on it there?

Alex
25 Feb 2016, 16:21
Sure, just turn your game folder into a git repository - that's where all your required files and libraries should be anyway.

Vox_Populi
29 Feb 2016, 09:55
Awesome, was really worried about having to rebuild it from the ground up