cm0002@mander.xyz to Programmer Humor@programming.dev · 9 months agoWhen you have to checkout the master branchlemmy.worldexternal-linkmessage-square34linkfedilinkarrow-up157arrow-down11
arrow-up156arrow-down1external-linkWhen you have to checkout the master branchlemmy.worldcm0002@mander.xyz to Programmer Humor@programming.dev · 9 months agomessage-square34linkfedilink
minus-squarepaperplane@lemmy.worldlinkfedilinkarrow-up1·9 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
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