mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Readme
This commit is contained in:
parent
7a60cd1710
commit
db01fac708
35
Readme.md
35
Readme.md
|
|
@ -0,0 +1,35 @@
|
|||
|
||||
# Git Extras
|
||||
|
||||
Little git extras.
|
||||
|
||||
## git-count
|
||||
|
||||
Outputs commit counts.
|
||||
|
||||
$ git count
|
||||
|
||||
total 1844
|
||||
|
||||
$ git count --all
|
||||
|
||||
visionmedia (1285)
|
||||
Tj Holowaychuk (430)
|
||||
Aaron Heckmann (48)
|
||||
csausdev (34)
|
||||
ciaranj (26)
|
||||
Guillermo Rauch (6)
|
||||
Brian McKinney (2)
|
||||
Nick Poulden (2)
|
||||
Benny Wong (2)
|
||||
Justin Lilly (1)
|
||||
isaacs (1)
|
||||
Adam Sanderson (1)
|
||||
Viktor Kelemen (1)
|
||||
Gregory Ritter (1)
|
||||
Greg Ritter (1)
|
||||
ewoudj (1)
|
||||
James Herdman (1)
|
||||
Matt Colyer (1)
|
||||
|
||||
total 1844
|
||||
Loading…
Reference in a new issue