I have a remote repository with 2 branches.
- main
- master
Main is the default, and it's completely empty. All my changes are being committed and pushed to master. I just want to change everything over (locally and remotely) so that I'm working in the default new standard "main".
Which commands should I run to make this happen?
tldr; Locally I am working in master, and main doesn't exist. Remotely both branches exist, the default is main and all my files are pushed to master. I want to change it all over so I'm just working in "main" both locally and remotely.