I only understand that I do not understand how to work with such a situation:
I have a trunk and a new branch. I work with this thread, but I also need to change something in the trunk. I switch to the trunk, make changes, commit, click. Everything is fine, but if I want to add all the changes from the trunk to my branch, and I need the trunk and branch to exist separately. Since I am not finishing the branch, but at that time I want new changes from the branch to be integrated into my branch. If I merge, I will have only one trunk or only one branch. And in real life I will have 10-30 different branches that need to be synchronized with the chest. And each branch can be created at different times using different sets of changes.
Is there an easy way?
source
share