Version Control System
sui.direct has a custom version control system built in with the CLI. You can use it along with Git. direct-vcs
(Direct Version Control System) creates a .direct
folder just like Git creates .git
folder in the root of the project.
You can compile direct-vcs
by yourself. It is written in C++17. CMake instructions and source code are on GitHub.
To get started, follow the direct-vcs
tutorial. If you want to stick with Git, sui.direct supports it too.
Last updated