git-stats/bin/docs/help
Ionică Bizău cbb3649822 Docs
2015-02-01 15:28:35 +02:00

24 lines
845 B
Plaintext

git-stats --help
A GitHub-like contributions calendar, but locally, with all your git commits.
usage: git-stats [command] [data]
options:
-v Displays version information.
-h --help Displays this help.
--no-ansi Doesn't use ANSI colors in the squares.
--record <data> Records a new commit. Don't use this unless you are
a mad scientist. If you are a developer, just use this
option as part of the module.
--light Enable the light theme.
examples:
git-stats # Displays your commit calendar
git-stats -v
git-stats -h
git-stats --light # Light mode
Your commit history is keept in the .git-stats, in your $HOME directory (~/)
Documentation can be found at https://github.com/IonicaBizau/git-stats