I have created a branch called "multiple_fixes" off my Dev branch and have been working there for a couple weeks. While I was working on my branch, several other people have created branches after I created mine, and have since made pull requests into the Dev branch.
Now, I am ready to merge my changes into Dev, but I have many files that are down-level from the current Dev branch. If I do a Pull Request, I will undo all the other changes that people have checked in.
How do I pull the current changes of Dev into my branch, without over-writing my work?