My local master regularly gets several commits behind from upstream pulled from other feature branches.
Obviously, all PRs have conflicts resolved while merging to upstream. The thing is whenever I'm pulling the changes to my local, I've to face and resolve the conflicts again. But, that's already resolved while the PR is made. This is being a regular hassle to pull other's work.
Is there any way I can avoid this?