We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b576bd commit dbdf8fbCopy full SHA for dbdf8fb
bin/docs/help
@@ -1,7 +1,10 @@
1
git-stats --help
2
A GitHub-like contributions calendar, but locally, with all your git commits.
3
4
-usage: git-stats [command] [data]
+usage: git-stats [start] [end] [options] [data]
5
+
6
+start: Optional start date
7
+end: Optional end date
8
9
options:
10
-v Displays version information.
@@ -17,6 +20,8 @@ examples:
17
20
git-stats -v
18
21
git-stats -h
19
22
git-stats --light # Light mode
23
+ git-stats '1 January 2012' # All the commits from 1 January 2012, to now
24
+ git-stats '1 January 2012' '31 December 2012' # All the commits from 2012
25
26
Your commit history is keept in the .git-stats, in your $HOME directory (~/)
27
0 commit comments