1GIT-COUNT(1)                      Git Extras                      GIT-COUNT(1)
2
3
4

NAME

6       git-count - Show commit count
7

SYNOPSIS

9       git-count [--all]
10

DESCRIPTION

12       Show commit count.
13

OPTIONS

15       --all
16
17       Show commit count details.
18

EXAMPLES

20       Output commit total:
21
22
23
24           $ git count
25
26           total 1844
27
28
29
30       Output verbose commit count details:
31
32
33
34           $ git count --all
35
36             visionmedia (1285)
37             Tj Holowaychuk (430)
38             Aaron Heckmann (48)
39             csausdev (34)
40             ciaranj (26)
41             Guillermo Rauch (6)
42             Brian McKinney (2)
43             Nick Poulden (2)
44             Benny Wong (2)
45             Justin Lilly (1)
46             isaacs (1)
47             Adam Sanderson (1)
48             Viktor Kelemen (1)
49             Gregory Ritter (1)
50             Greg Ritter (1)
51             ewoudj (1)
52             James Herdman (1)
53             Matt Colyer (1)
54
55             total 1844
56
57
58

AUTHOR

60       Written by Tj Holowaychuk <tj@vision-media.ca>
61

REPORTING BUGS

63       <https://github.com/tj/git-extras/issues>
64

SEE ALSO

66       <https://github.com/tj/git-extras>
67
68
69
70                                 October 2017                     GIT-COUNT(1)
Impressum