mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #109 from muhtasib/docs_git_summary
Updating git-summary documentation
This commit is contained in:
commit
cd7242711b
10
Readme.md
10
Readme.md
|
|
@ -131,10 +131,12 @@ Outputs a repo summary:
|
|||
```bash
|
||||
$ git summary
|
||||
|
||||
project: git-extras
|
||||
commits: 163
|
||||
files : 93
|
||||
authors:
|
||||
project : git-extras
|
||||
repo age : 10 months ago
|
||||
commits : 163
|
||||
active : 60 days
|
||||
files : 93
|
||||
authors :
|
||||
97 Tj Holowaychuk 59.5%
|
||||
37 Jonhnny Weslley 22.7%
|
||||
8 Kenneth Reitz 4.9%
|
||||
|
|
|
|||
|
|
@ -27,10 +27,12 @@ Outputs a repo summary:
|
|||
|
||||
$ git summary
|
||||
|
||||
project: express
|
||||
commits: 1893
|
||||
files : 111
|
||||
authors:
|
||||
project : express
|
||||
repo age : 10 months ago
|
||||
commits : 1893
|
||||
active : 93 days
|
||||
files : 111
|
||||
authors :
|
||||
1285 visionmedia
|
||||
478 Tj Holowaychuk
|
||||
48 Aaron Heckmann
|
||||
|
|
|
|||
|
|
@ -94,10 +94,12 @@
|
|||
|
||||
<pre><code>$ git summary
|
||||
|
||||
project: express
|
||||
commits: 1893
|
||||
files : 111
|
||||
authors:
|
||||
project : express
|
||||
repo age : 10 months ago
|
||||
commits : 1893
|
||||
active : 93 days
|
||||
files : 111
|
||||
authors :
|
||||
1285 visionmedia
|
||||
478 Tj Holowaychuk
|
||||
48 Aaron Heckmann
|
||||
|
|
|
|||
|
|
@ -21,10 +21,12 @@ Shows a summary of the repository.
|
|||
|
||||
$ git summary
|
||||
|
||||
project: express
|
||||
commits: 1893
|
||||
files : 111
|
||||
authors:
|
||||
project : express
|
||||
repo age : 10 months ago
|
||||
commits : 1893
|
||||
active : 93 days
|
||||
files : 111
|
||||
authors :
|
||||
1285 visionmedia
|
||||
478 Tj Holowaychuk
|
||||
48 Aaron Heckmann
|
||||
|
|
|
|||
Loading…
Reference in a new issue