What would you do ?
At time, we have get into unprecedented situations that you need to compare two repos (I know, thats not how repos should be maintained, but it is what it is)
So, in that case here is how you will dodge through
git remote add -f b path/to/repo_b.git
git remote update
git diff master remotes/b/master
git remote rm b