For context, Project Ignis is a game that lets you clone GitHub repositories to act as extensions of the base game. There is a field to insert the URL to the repository, but not one for the branch, so I’m stuck with only cloning the main branch.
I have no access to git and if I clone manually the game will overwrite it on startup.
So, is it possible to choose a branch to clone with the GitHub repository HTTPS URL (the https://github.com/<username>/<repository>.git
format)?