Мануалы и справочники Общие команды
git-count

Команда git-count: опции, ключи и примеры использования

git count

Print the total number of commits. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-count.

  • Print the total number of commits:

git count

  • Print the number of commits per contributor and the total number of commits:

git count --all

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM