We are using bit bucket as a repository. Below is a scenario we got.
Pull from Branch A (commit already in Develop Branch of A) -> B (git pull origin A)
Reverted commit in branch B of A (git revert)
Now i want same commit in branch B, hence creating pull from Develop -> B But so no changes available to pull.
How do i resolve this situation?
I have tried merge, git pull but still no chances.