Before following these instructions keep in mind that featurex is the branch where changes are being merged and pushed
-
go to your branch
featurexgit checkout featurex -
merge the changes of
our-teambranch intofeaturexbranchgit merge our-teamor
git cherry-pick {commit-hash}if you want to merge specific commits.
Note: probably you will have to fix conflicts after merging our-team branch into featurex branch before pushing.