I have noticed that our repository contains two branches with the same name: main. This is causing confusion and could potentially lead to issues with our version control and collaboration processes.
Screenshot

Description
- Default Branch:
Main (updated 15 hours ago)
- Active Branch:
main (updated 3 weeks ago, 65 commits behind, 1 commit ahead)
Steps to Reproduce
- Go to the repository branches overview.
- Observe that there are two branches named
main listed.
Expected Behavior
There should be a single main branch in the repository to avoid confusion.
Possible Solutions
- Merge the changes from the active
main branch into the default Main branch and delete the duplicate.
- Rename one of the branches to a different, meaningful name.
Additional Information
Please check the branches and resolve this issue to streamline our version control and reduce any potential conflicts.
I have noticed that our repository contains two branches with the same name:
main. This is causing confusion and could potentially lead to issues with our version control and collaboration processes.Screenshot
Description
Main(updated 15 hours ago)main(updated 3 weeks ago, 65 commits behind, 1 commit ahead)Steps to Reproduce
mainlisted.Expected Behavior
There should be a single
mainbranch in the repository to avoid confusion.Possible Solutions
mainbranch into the defaultMainbranch and delete the duplicate.Additional Information
Please check the branches and resolve this issue to streamline our version control and reduce any potential conflicts.