Gitless a simple VCS built on top of Git

Gitless is a Git-compatible version control system that allows you to easily track and commit changes. The system uses a simple commit workflow, allowing you to track or untrack files, and commits changes by default. Gitless also allows for independent branches, which include working changes so you can switch between branches without worrying about conflicting uncommitted changes. The system has a friendly command-line interface and is compatible with Git, meaning you can always fall back on Git. Gitless is easy to learn and use and allows for flexible customization of file tracking, committing, and merging.

https://gitless.com/

To top