Setup New Godot Project in GitHub

PreReqs

  • You must have Git for Windows installed.

Create Godot Project

Create a new project in Godot:

Create Repository in GitHub

Create a new repository in GitHub:

Initialize Repository

Open a PowerShell prompt in your Godot Project Directory and run the following commands:

Initialize the Directory for Git

Stage the Changes

Commit the Changes

Create the main branch

Set the Remote Origin to the repository you created in GitHub

Push the Changes

Verify the Godot Project files in the GitHub repository

Last updated