Skip to content

Instantly share code, notes, and snippets.

@julienbourdeau
Created October 6, 2015 15:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienbourdeau/a806b65c75fb688a59b9 to your computer and use it in GitHub Desktop.
Save julienbourdeau/a806b65c75fb688a59b9 to your computer and use it in GitHub Desktop.
Count commits between to branches/tags (with or without merge commits)
git rev-list --count HEAD ^develop
git rev-list --no-merges --count HEAD ^develop
@Gabri3lBatista
Copy link

thanks bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment