roGit is a "bare minimum" git implementation for ROBLOX.
It has some feature parity with git, and tries to match it as much as possible for end user sake. At the moment we use the smart HTTPS git protocol! So it should support any git repositor…
roGit is a “bare minimum” git implementation for ROBLOX.
It has some feature parity with git, and tries to match it as much as possible for end user sake. At the moment we use the smart HTTPS git protocol! So it should support any git repository server!
As ROBLOX doesnt have any built in “version control” apart from reverting updates, external solutions like Rojo exist which you can use normal git with. However this requires NO external tools at all! making it completely vanilla and in ROBLOX Studio!
I used AI to both compare implementations and make them more compatible with git.
heavy AI usage with coding some stuff, however majority of the code is still written by myself.