Recently, we have migrated code from Bitbucket to GitHub repository. I would like to know if there is any git command to compare the branches between Bitbucket and GitHub. This comparison is to check / verify if all the code has been migrated properly.
One option I have tried is that, to checkout code from both the branches (from Bitbucket and GitHub) and compare using the folders using beyond compare or some comparison tools. But would like to know if there is any git command, that we can use to compare the branches efficiently.