mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-11-17 17:35:22 +01:00
Updated help content
This commit is contained in:
parent
3b576bdc59
commit
dbdf8fb464
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
git-stats --help
|
git-stats --help
|
||||||
A GitHub-like contributions calendar, but locally, with all your git commits.
|
A GitHub-like contributions calendar, but locally, with all your git commits.
|
||||||
|
|
||||||
usage: git-stats [command] [data]
|
usage: git-stats [start] [end] [options] [data]
|
||||||
|
|
||||||
|
start: Optional start date
|
||||||
|
end: Optional end date
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-v Displays version information.
|
-v Displays version information.
|
||||||
|
@ -17,6 +20,8 @@ examples:
|
||||||
git-stats -v
|
git-stats -v
|
||||||
git-stats -h
|
git-stats -h
|
||||||
git-stats --light # Light mode
|
git-stats --light # Light mode
|
||||||
|
git-stats '1 January 2012' # All the commits from 1 January 2012, to now
|
||||||
|
git-stats '1 January 2012' '31 December 2012' # All the commits from 2012
|
||||||
|
|
||||||
Your commit history is keept in the .git-stats, in your $HOME directory (~/)
|
Your commit history is keept in the .git-stats, in your $HOME directory (~/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue