'Re-merge a branch into Master

I created and pushed a branch called Branch-A. Someone merged Branch-A into Branch-B, deleted the changes I added to Branch-A and merged Branch-B into Master. I want to merge my changes in Branch-A into master. When I try to create a pull request, I don't see my changes in the difference. What is the best way to merge my changes in Branch-A to Master?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source