ipconf@lemmy.ml to Programmer Humor@programming.dev · 21 days agoWell well well.lemmy.mlimagemessage-square61linkfedilinkarrow-up1632file-text
arrow-up1632imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 21 days agomessage-square61linkfedilinkfile-text
minus-squareBootLoop@sh.itjust.workslinkfedilinkarrow-up3·21 days agoDoes deleting the repo off disk and redownloading from remote considered recovering? If so I’m a git expert.
minus-squaretoynbee@lemmy.worldlinkfedilinkarrow-up3·20 days agoDelete? Never. mv git_repo git_repo.bad
minus-squareBootLoop@sh.itjust.workslinkfedilinkarrow-up2·20 days agoI do this sometimes but then I forget about it and then node_modules in each repo fills my SSD.
minus-squaretoynbee@lemmy.worldlinkfedilinkarrow-up1·20 days agoI mostly only use git at work and I guess I’ve never had the same work machine long enough to worry about this. It helps that each of our repos is fairly small. At least the ones I touch.
Does deleting the repo off disk and redownloading from remote considered recovering? If so I’m a git expert.
Delete? Never.
mv git_repo git_repo.badI do this sometimes but then I forget about it and then node_modules in each repo fills my SSD.
I mostly only use git at work and I guess I’ve never had the same work machine long enough to worry about this. It helps that each of our repos is fairly small. At least the ones I touch.