コミットの回数
git rev-list --all --no-merges | wc -l

タグの数
git tag | wc -l