Thadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 3 months agoVersion Controllemmy.blahaj.zoneimagemessage-square49linkfedilinkarrow-up1378arrow-down115
arrow-up1363arrow-down1imageVersion Controllemmy.blahaj.zoneThadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 3 months agomessage-square49linkfedilink
minus-squaremcmodknower@programming.devlinkfedilinkarrow-up1·2 months agoIsn’t that just git with more steps and harder to share?
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·2 months agoIt’s equivalent to cp -r, but: the copy is read-only reuses unchanged files easier to share (btrfs sub send)
minus-squaremcmodknower@programming.devlinkfedilinkarrow-up1·2 months agoSounds just like git (unless you do some special operations to change the copies)
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)