I would like to know if there is a command which can check if all my branches are equal to the master branch.
I have a Github repo and I have many branches and sometimes I forgot if I did a "git rebase" on a given branch. For now it's okay, but later I will add many branches and it's boring to check each branch.
If someone has the solution, thanks :) The Github repo