qwe v0.2.6 released
reddit.com·19h·
Discuss: r/golang
Flag this post

Sharing a small update on a project I’ve been dedicating some time to: qwe v0.2.6.

Like many developers, I’ve occasionally found myself wishing for a bit more finesse when managing changes in larger repositories. This led me to begin exploring qwe, a novel version control system designed around the idea of granular, targeted change tracking.

The core concept is to move away from repository-wide tracking as a default, giving users the ability to define highly specific version control scopes.

Essentially, you can choose to track any combination of assets:

A single, crucial file.

All contents within a specific directory.

A hand-picked, non-contiguous selection of files across your subdirectories.

qwe turns the repository from a single, monolithic tracking unit into a co…

Similar Posts

Loading similar posts...