Forum Discussion
LukaVidmar
May 08, 2023Copper Contributor
Old state of target branch in pull requests
Dear all, we have encountered a strange behaviour when doing pull requests in DevOps. If we create a new feature branch A from target branch B, make some changes in both branches (A and B) an...
Kidd_Ip
Sep 12, 2025MVP
Take this:
- Regularly merge or rebase the target branch (B) into your feature branch (A) before creating or updating a pull request.
- This ensures the PR reflects the most current state of B and avoids integration issues later.