0x4E4F@sh.itjust.works to Programmer Humor · 2 years agoLinus be like...sh.itjust.worksimagemessage-square42fedilinkarrow-up157arrow-down17
arrow-up150arrow-down1imageLinus be like...sh.itjust.works0x4E4F@sh.itjust.works to Programmer Humor · 2 years agomessage-square42fedilink
minus-squareJackbyDevlinkfedilinkarrow-up3·2 years agogit push -u origin master and you’re done. Then in the GitHub repo change the “default branch” to master. Or, git branch -m main to rename locally.
git push -u origin master
and you’re done. Then in the GitHub repo change the “default branch” to master.Or,
git branch -m main
to rename locally.