Open wtimme opened 1 year ago
As per title, how about we rename the main branch?
Here's what we would need to do:
HEAD
master
git checkout master
git pull
main
git checkout -b main
git push -u origin main
Why?
I'm glad you asked.
The term main is more inclusive. It's the default on GitHub (cp. this article).
As per title, how about we rename the main branch?
Here's what we would need to do:
HEAD
ofmaster
(git checkout master
andgit pull
)main
branch (git checkout -b main
)git push -u origin main
)main