I have run into this situation where a coworker forked a repo and made some changes and commited and pushed into git and created a pull request for me. We are using Stash from Atlassian and when I try to merge the pull request I get message to resolve the conflicts first.
Normally if there was conflict during pull or merge into a branch, I would be on the branch into which I have to pull/merge and resolve the conflict and commit and push.
Now that my coworker has forker the repo, I do not have permission to his repo and I am on the main repo. How to go about merge the pull request conflict from his forked repo to the main one ?
thanks
Nohsib