Readit News logoReadit News
damnitbuilds · 4 months ago
Also, posh people must refer to small boys as "Young main Billy", you no longer "master a language" you "main" it, and everyone with a Master's degree has to hand it back.

Demented college politics has taken over the world.

thephotonsphere · 4 months ago
Rename main → master:

git branch -m main master git push -u origin master git push origin --delete main

selectnull · 4 months ago
Instead of that, put this in .gitconfig:

[init]

    defaultBranch = master

Dead Comment