Thadah D. Denyse to Programmer Humor@programming.devEnglish • 2 months agoVersion Controllemmy.blahaj.zoneimagemessage-square57fedilinkarrow-up1393
arrow-up1393imageVersion Controllemmy.blahaj.zoneThadah D. Denyse to Programmer Humor@programming.devEnglish • 2 months agomessage-square57fedilink
minus-square@mcmodknower@programming.devlinkfedilink1•2 months agoIsn’t that just git with more steps and harder to share?
minus-square@PoolloverNathan@programming.devlinkfedilink2•2 months agoIt’s equivalent to cp -r, but: the copy is read-only reuses unchanged files easier to share (btrfs sub send)
minus-square@mcmodknower@programming.devlinkfedilink1•2 months agoSounds just like git (unless you do some special operations to change the copies)
minus-square@magikmw@lemm.eelinkfedilink1•2 months agoWith properly configured subvolumes, I’ll allow it.
btrfs sub snap -r
Isn’t that just git with more steps and harder to share?
It’s equivalent to
cp -r
, but:btrfs sub send
)Sounds just like git (unless you do some special operations to change the copies)
With properly configured subvolumes, I’ll allow it.