I am working on branch A cut from featA. So I was keeping A uptodate with featA. But there is another branch featB newly created and has slightly different commits than featA. Now I wanted to make my branch A uptodate with featB without featA changes. How can I resolve this considering I may get merge conflicts? Any suggestions would be very helpful.