@Phoenix3875@lemmy.world to Programmer Humor@programming.devEnglish • 2 years agoOne command to rule them alllemmy.worldimagemessage-square22fedilinkarrow-up1243arrow-down112
arrow-up1231arrow-down1imageOne command to rule them alllemmy.world@Phoenix3875@lemmy.world to Programmer Humor@programming.devEnglish • 2 years agomessage-square22fedilink
minus-squareSonotsugipaalinkfedilinkEnglish11•2 years agogit restore . ? Or am I misinterpreting the problem?
minus-square@static_motion@programming.devlinkfedilinkEnglish18•2 years agogit restore is a pretty new command AFAIK. Those of us who learned git before its existence have probably stuck to the old ways of git reset --hard.
git restore .
?Or am I misinterpreting the problem?
git restore
is a pretty new command AFAIK. Those of us who learned git before its existence have probably stuck to the old ways ofgit reset --hard
.Yep, I just learned of this command…