M
M
m1rl0b2014-02-20 09:17:47
git
m1rl0b, 2014-02-20 09:17:47

How can I find out the total number of commits made in a Git repository?

It's been more than a year since the Git system was implemented and the question arose, how to calculate the total number of commits made? Google didn't help, neither did ProGit.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
egor_nullptr, 2014-02-20
@m1rl0b

git rev-list --all | wc -l

M
m1rl0b, 2014-02-20
@m1rl0b

thanks dear man!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question