orize@lemmy.dbzer0.com to Godot@programming.dev · 1 year agoWhat version control software do you use?message-squaremessage-square29linkfedilinkarrow-up136arrow-down12
arrow-up134arrow-down1message-squareWhat version control software do you use?orize@lemmy.dbzer0.com to Godot@programming.dev · 1 year agomessage-square29linkfedilink
minus-squareStrikeForceZero@programming.devlinkfedilinkarrow-up1·1 year agoAside from the obvious cases like pruning or garbage collection that remove orphaned or dangling commits, is there anything else destructive that git reflog can’t help recover from?
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up1·1 year agoI probably can’t give a good technical comparison of the power of git reflog vs jj op log, but I find jj op log much easier to use.
Aside from the obvious cases like pruning or garbage collection that remove orphaned or dangling commits, is there anything else destructive that
git reflogcan’t help recover from?I probably can’t give a good technical comparison of the power of
git reflogvsjj op log, but I findjj op logmuch easier to use.