31
Linus be like...
(sh.itjust.works)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
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.