I have two forks of the same git repository and I want to check whether they are absolutely identical and thus safe to delete one of them without losing any information.
While I know how to compare single branches, I want to ask whether there is a simple way to compare all branches, tags and so on.