Hacker News new | ask | show | jobs
by thephotonsphere 204 days ago
Rename main → master:

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

1 comments

Instead of that, put this in .gitconfig:

[init]

    defaultBranch = master