This means that merge conflicts will occur if he tries to merge. You must unite in "Repo A" and resolve conflicts. Then return to BitBucket to close the retrieval request. Workflow example:
git remote add repo_a https://url.com/path/to/repo git fetch repo_a git merge repo_a/dev
If you've never encountered merge conflicts in Git, check out this SO question .
source share