Thadah D. Denyse to Programmer Humor@programming.devEnglish · 3 days agoVersion Controlimagemessage-square53fedilinkarrow-up1362
arrow-up1362imageVersion ControlThadah D. Denyse to Programmer Humor@programming.devEnglish · 3 days agomessage-square53fedilink
minus-squaremcmodknower@programming.devlinkfedilinkarrow-up1·3 days agoIsn’t that just git with more steps and harder to share?
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·3 days 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 days 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)