"Blacklist" and "whitelist" are two I have an issue with because they're really well established and concise in our industry.
WeChat ID
aaronpk_tv
bicycle |
25 min
|
4.5 miles
|
bicycle |
Nice and straightforward. Locally:
git branch -m master main
git push -u origin main
Then on the server:
git branch -m master main
git branch -u origin/main
On github.com, go into the repo’s settings and update the default branch.
Thanks for this, Scott!
P.S. Don’t read the comments.