in Gitlab:
- Created a new branch called
xxx
from prod. - Coding in the
XXX
(2 changes) - Created a new branch called
merge_XXX_dev
fromdev
. - Pull from
XXX
tomerge_XXX_dev
and commit the changes(2 changes) - Created a MR (
merge_XXX_dev
todev
) and ask other team to admit it (2 changes)
2 Days later when my MR turns there were 194 changes in my MR(during the 2 Days other team’s changes appeared too)
I want to know the reason and how to avoid it again.
Can anyone help?