- Created new repo via GH UI
- Changed remote URL of local repo from Bitbucket to GH, pushed to GH
git remote set-url origin [email protected]:Vergil-Inc/app-web.git
git push -u origin master
- Created new
main
branch in GH UI - Set default branch to
main
and deletedmaster
in GH UI Reference - Updated merge button settings: Don't allow merge commits or rebase merging. Only allow squash merging
- Set Automatically delete head branches
These are one-time steps needed to make sure everyone has access to the private repo
- Created the "core" team. With Sean and myself.
- Gave core Admin access to the new repo
app-web
- Permissions and teams are always weird. It'll take some time for us to get access worked out how we want it.