I am working on a slide show function for an application, and I am creating a master branch called slideshow . I know that I have to send a pull request to master , directing it to get it out of the slideshow . In a stretch request, talking about some aspects of the slideshow delays stretching in master , but I still have to work with other aspects of the slideshow , which will eventually have a separate stretch request. So:
- I want to be able to make and click on a
slideshow without entering the transfer request that I sent - But I also want to be able to come back and improve the pull request for the
slideshow if the code developers need an improvement.
Is there a way to click on the branch that is in the pull request without clicking on this pull request? Or is it the answer to this scenario, just to create another slideshow branch?
source share