Both branch and master say up to date but both have different code.. there is no local changes to commit and when i try to merge master into branch then also it says up to date.
If you want to merge reverted commit to master, open pull request to merge code from your branch to master. But if you want to merge code from master to your branch, then it will show "up to date" because there is no additional commits in master to merge ( From master to your branch).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.