User-1332444483 posted
I'm working in a project where we have the three usual branches: Development, Main and Release. I have noticed that it is very important to clearly see what branch the current solution belongs to since I code in different branches at different times
What is the best way of handling/detecting what branch the current active solution belongs to?
Looking at the path of things is too cumbersome and will thus make be do mistakes, now and again.
What I'm currently do is to prefix the solution name with the branch name, but that also fells wrong since I have to keep that in mind when I merge.
How do you do it?