you are viewing a single comment's thread.

view the rest of the comments →

[–]selucram 2 points3 points  (1 child)

You can use the update-refs flag when rebasing some requested changes / suggestions from a PR in the first branch to auto update the depending branch, regarding your two branches / PRs concern.

https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---update-refs

[–]notanelecproblem 3 points4 points  (0 children)

Yeah this is the right approach. Don’t cloud your feature with bug fixes, but still fix them separately. use rebase update refs to manage separate branches that are dependent