I found this answer already: Number of commits on branch in git
but that assumes that the branch was created from master.

How can I count the number of commits along a branch without relying on that assumption?

In SVN this is trivial, but for some reason is really difficult to figure out in git.

12 Answers
12

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *