Phoenix3875@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoOne command to rule them alllemmy.worldimagemessage-square23fedilinkarrow-up1243arrow-down112
arrow-up1231arrow-down1imageOne command to rule them alllemmy.worldPhoenix3875@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square23fedilink
minus-squareOcelot@lemmies.worldlinkfedilinkarrow-up57arrow-down2·edit-21 year agofuck it. rm -rf repository; git clone repository Been using git since almost as long as its been around, still can’t be bothered to learn to how to fix conflicts.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up17·1 year agoRename it, so you can run diff on those surprising things that in no way could have changed, but are not equal to the repository. And then delete. Or keep the X-old; X-backup; X-bkp; X-old-old; X-old3 dirs.
fuck it. rm -rf repository; git clone repository
Been using git since almost as long as its been around, still can’t be bothered to learn to how to fix conflicts.
Rename it, so you can run diff on those surprising things that in no way could have changed, but are not equal to the repository. And then delete.
Or keep the X-old; X-backup; X-bkp; X-old-old; X-old3 dirs.