Projects in the oblyk org like oblyk-embedded, oblyk-ror-agent and app-user-doc all use main.
Aligning oblyk-app to the new standard could benefit for consistency across the codebase, easier onboarding, and avoiding confusion when switching between repos.
Steps:
git branch -m master main
git push origin -u main
- Update the default branch in GitHub repo settings/branches
- Delete the old master branch
Searching across the codebase, I see no hardcoded references to master, so this should be a straightforward rename.
Projects in the oblyk org like
oblyk-embedded,oblyk-ror-agentandapp-user-docall use main.Aligning
oblyk-appto the new standard could benefit for consistency across the codebase, easier onboarding, and avoiding confusion when switching between repos.Steps:
git branch -m master maingit push origin -u mainSearching across the codebase, I see no hardcoded references to master, so this should be a straightforward rename.