cm0002@mander.xyz to Programmer Humor@programming.dev · 19 days agoWhen you have to checkout the master branchlemmy.worldimagemessage-square42linkfedilinkarrow-up1469arrow-down16
arrow-up1463arrow-down1imageWhen you have to checkout the master branchlemmy.worldcm0002@mander.xyz to Programmer Humor@programming.dev · 19 days agomessage-square42linkfedilink
minus-squareNuXCOM_90Percent@lemmy.ziplinkfedilinkarrow-up24·19 days agogit checkout -b main git branch -D master git config --global init.defaultBranch main You don’t have to deal with shit if you don’t want to.
You don’t have to deal with shit if you don’t want to.