I'm looking for something like an option to git branch
that'd be showing the diversions of all the branches, e.g.:
git branch --diff-track
* branch1 and 'origin/branch1' have diverged, 3/1 different commits each.
branch2 is up to date with 'origin/branch2'.
branch3 is ahead of 'origin/main' by 1 commit.
branch4 is 2 commits behind 'origin/branch4'.