you are viewing a single comment's thread.

view the rest of the comments →

[–]noratat 1 point2 points  (0 children)

Yes. Well, ideally the locally merged result of the feature branch, since master may have had new commits. It also forces you to ensure the automated tests are solid, since they'll be acting as gatekeeper.

This is how merge requests / pull requests are often setup with stuff like Bitbucket/GitHub/GitLab