I\'m trying to review a pull request on GitHub to a branch that isn\'t master. The target branch was behind master and the pull request showed commits from master, so I merg
Try the below commands, one by one.
git pull "latest git reset --hard master