I have several branches in my repository, and I find that over time it becomes increasingly difficult to keep them updated on the latest developments. I can always be sure that the wizard is updated because it is easy to remember, and I believe that my SVN mentality is still delayed.
My problem is something like this. I make changes to the bugfix2 branch, I merge the changes to master as soon as I execute my commit, but then I have several other branches obsolete. I have to manually merge bugfix2 into each other branch. As my list of branches grows, I find it unrealistic to perform all of these merge operations.
Is there a team for this or is my workflow wrong?
source share