Rename main branch from master
to main
#28
Labels
housekeeping
Meta topics that do touch the app's functionality
master
to main
#28
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
The text was updated successfully, but these errors were encountered: