Git tip - Count commits between tags

Not much in this post, just a reminder how to track changes:

[25] oz123@debian:~/pwman3  [master]  $ git rev-list HEAD --count
227
...
[38] oz123@debian:~/pwman3  [master]  $ echo `git rev-list HEAD --count` - \
                                                      `git rev-list v0.3.9d \
                                                      --count` | bc 
31

That was a quick post.

This entry was tagged: git, programming, pwman3

Share this post:

Discussions/Feedback.

comments powered by Disqus