Another alternative is to view the status of the remote branch using
git show-branch remote/branch
to use it as a comparison you could see git show-branch *branch
to see the branch in all remotes as well as your repository! check out this answer for more https://stackoverflow.com/a/3278427/2711378