From Count the number of commits on a Git branch I have learned, how to get the Number of commits on a single branch since my Tag was created. My Question now is how I can get the absolute difference since the Tag was created across all Branches in my Repository?
For Example I have my branch master, branches feature/somefeature1, feature/somefeature2, release/somerelease, and my Tag refs/tags/sometag1.
where I want to sum up all commits since refs/tags/sometag1 was created.