Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

55 lines (28 loc) · 1.23 KB

git stats: Common provides common statistic of git repository

Usage

Specify path for your repository

cd [path]

for example you can run app from VS and specify

cd ../

result:

You also can see statistic between two commits

between [commit1] [commit2]

for example:

between a72fdb2 29697aa

result:

You can merge user's statistic with 'merge' command

merge [mainAuthorId] [duplicatedAuthorIds]

for example:

merge 1 2

result:

You can specify time frame

datedif [from date] [to date]

for example:

datedif 19/11/2016 20/11/2016

Also you can group statistics by weeks

datedif [from] [to] weekly