0x4E4F to Programmer Humor@programming.dev · 1 year agoLinus be like...imagemessage-square43fedilinkarrow-up163arrow-down16
arrow-up157arrow-down1imageLinus be like...0x4E4F to Programmer Humor@programming.dev · 1 year agomessage-square43fedilink
minus-squareJackbyDev@programming.devlinkfedilinkarrow-up3·1 year 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.