9 ms·
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 tha
by desmondl 3mo ago
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
- gryfft 3mo agoI've heard of this before but never tried it: https://wiki.archlinux.org/title/Gitfs https://wiki.archlinux.org/title/Gitfs
- steve_adams_86 3mo ago> messageless commits for intermediate work Would this be like `git commit --allow-empty-message`?
- y1n0 3mo agoWhat’s wrong with worktrees? To me that is exactly what mounting a branch would be. I use them a fair amount. Edit: I see people bringing up lazy file checkouts in conjunction with mounting a branch. For some of the enormous repos people work in this makes sense to me.
- uberex 3mo agoworktrees are cool, i find i need some bash aliases to like them as a human.
- yaskou 3mo ago[dead]