when multiple people develop the same page or function, there will be an inexplicable bug
when merging the code. In such cases as
and so on, this kind of merger will not report an error, so it will be merged directly, resulting in sometimes not knowing what went wrong and uncoordinated development by many people.
pull and submit code using the git bash command line, not graphical tools, so how to solve and avoid this situation, ask for advice.