I have a SourceTree issue with moving between branches due to file conflicts. Basically I am working in a small team and we each have our own Web.config files which have distinct properties to our individual machines (like directory paths eg. C:/Mark/Documents/Project/) Each time I move between branches I have conflicts because of these files. I do not want to commit these files because it means when someone else moves to that branch they will need to commit their Web.config changes - which means when I return to it I will need to commit the files again, and so on. Is there some Git tool or procedure I can use to get around this issue we are having.
Thanks in advance