Stu
Results
1
comments of
Stu
You will have to manually update your local environment to reflect the change in branch name. ``` git branch -m master main git fetch origin git branch -u origin/main main...