what does this message mean? more than one branch.<name>.remote

Viewed 4447

In the output from git remote show origin, I see this message:

warning: more than one branch.main_int.remote

A more canonical example would be:

warning: more than one branch.master.remote

What does this mean? Is it bad, and how do I fix it, if it is bad?

2 Answers
Related