I developed the GitHub project, implemented several functions and fixed several errors in separate branches, sending download requests for all of them.
Waiting for their initial position, I want to use all these functions and corrections. To do this, I create a branch "my master", starting with "upstream / master" and merging all the changes from other branches that are not yet in the upstream. I also write a list of patches fixed in README.md.
When one of my patches is sent to the upstream, there is no reason to continue this thread, so I delete it.
This works, BUT, there is a problem with this approach:
From time to time I need to reinstall all my unaccepted branches in order to keep them up to date. After that I need to recreate the branch "my master" and update it README.md again.
Is there a way to speed up or automate this?
Please do not advise me to try git-up . This is useful, but does something else.
source share