Git 3.0 Retires Master: What Developers Need to Know
1 points
1 hour ago
| 2 comments
| jsdevspace.substack.com
| HN
thephotonsphere
1 hour ago
[-]
Rename main → master:

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

reply
selectnull
1 hour ago
[-]
Instead of that, put this in .gitconfig:

[init]

    defaultBranch = master
reply
damnitbuilds
43 minutes 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.

reply