Should we "Require branches to be up to date before merging"? #1262
akaszynski
started this conversation in
General
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our branch protection settings we have "Require branches to be up to date before merging" enabled. While theoretically I think this is a great practice, in reality it's a bit annoying to require this especially given the number of PRs that are sometimes open at once.
I recommend disabling it unless issues arise. Git will at least complain about merge conflicts before any merge, which effectively just leaves edge cases of side effects as the two most likely negative post-merge issues.
Beta Was this translation helpful? Give feedback.
All reactions