git branch -m main master
git push -u origin master
git push origin --delete main
selectnull•53m ago
Instead of that, put this in .gitconfig:
[init]
defaultBranch = master
damnitbuilds•36m 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•59m ago
git branch -m main master git push -u origin master git push origin --delete main
selectnull•53m ago
[init]