Illustrated with the git flow diagram below:
- I have an original develop branch (develop) that branched out to another develop branch (develop-2) that will be pulled into develop in the very far future.
- I am allowed to perform pull requests on these develop branches (develop and develop-2), but not allowed to edit them directly.
- I need an update that has occurred in develop after the branching out of develop-2 to add a new feature to develop-2.
How can I do this?
