cm0002@mander.xyz to Programmer Humor@programming.dev · 6 months agoWhen you have to checkout the master branchlemmy.worldimagemessage-square11linkfedilinkarrow-up10arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up10arrow-down1imageWhen you have to checkout the master branchlemmy.worldcm0002@mander.xyz to Programmer Humor@programming.dev · 6 months agomessage-square11linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepaperplane@lemmy.worldlinkfedilinkarrow-up0·6 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