Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi, it says on the Game Jam page to push your game's source code and assets to GitHub. How do I do that from Godot? I've no idea how to push the code on Godot onto a GitHub repo.

Initiate a new git repository in you project folder. Commit files/changes as you work. Push those changes to a remote repo you’ve created on github.

Godot works really well with git since all of the project files are mostly plain text.

Check out githubs tutorials on using git if you don’t know what any of that means yet. Learning git can be a bit daunting, but using it is really easy when you have the basics down.