using gitlab, I have multiple developing branches. An example:
- dev A working on branch deva
- dev B working on branch devb
Both of them ask for a merge request. So for example deva will be merged on master. But now in devb there are not the last changes.
My question is, after every MR, do I need to merge master to the other branches too?
I hope I explained myself well. Thanks