I was tasked to do version control for our application and this involves multiple developers working on the application.
I found that when we export our solutions and then committed them to a GIT repository, we always get conflicts on ids, especially when more than one developer works on the same page.
How to deal with this? Is there a better way on how to manage versions between multiple developers?