@[email protected] to [email protected] • 1 month agoWhat version control software do you use?message-square33fedilinkarrow-up130
arrow-up130message-squareWhat version control software do you use?@[email protected] to [email protected] • 1 month agomessage-square33fedilink
minus-square@[email protected]linkfedilink0•1 month 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-square@[email protected]linkfedilink1•1 month 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 reflog
can’t help recover from?I probably can’t give a good technical comparison of the power of
git reflog
vsjj op log
, but I findjj op log
much easier to use.