cm0002@mander.xyz to Programmer Humor@programming.dev · 3 months agoWhen you have to checkout the master branchimagemessage-square42linkfedilinkarrow-up1471arrow-down16
arrow-up1465arrow-down1imageWhen you have to checkout the master branchcm0002@mander.xyz to Programmer Humor@programming.dev · 3 months agomessage-square42linkfedilink
minus-squareScrollone@feddit.itlinkfedilinkarrow-up1·3 months agoI agree, I wonder why they decided to design it that way in the first place.
minus-squarepaperplane@lemmy.worldlinkfedilinkarrow-up1·3 months agoIn both cases, checkout updates your working tree (by checking out either all or just some files from a commit), just when you’re switching branches it moves your HEAD pointer too
I agree, I wonder why they decided to design it that way in the first place.
In both cases, checkout updates your working tree (by checking out either all or just some files from a commit), just when you’re switching branches it moves your HEAD pointer too