The main site mentions being able to "mount" a branch, vs. cloning a new repo or using git worktrees. And messageless commits for intermediate work. Besides that tho I don't see a compelling reason to ditch git, but looks interesting enough that I want to keep an eye on it
I've heard of this before but never tried it: https://wiki.archlinux.org/title/Gitfs
> messageless commits for intermediate work
Would this be like `git commit --allow-empty-message`?