ipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agoWell well well.lemmy.mlimagemessage-square126fedilinkarrow-up1849arrow-down129file-text
arrow-up1820arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square126fedilinkfile-text
minus-squareBootLoop@sh.itjust.workslinkfedilinkarrow-up4·2 days agoDoes deleting the repo off disk and redownloading from remote considered recovering? If so I’m a git expert.
minus-squaretoynbee@lemmy.worldlinkfedilinkarrow-up5·2 days agoDelete? Never. mv git_repo git_repo.bad
minus-squareBootLoop@sh.itjust.workslinkfedilinkarrow-up3·2 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·2 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.bad
I 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.