Simple dashboard for a quick overview of Git projects.
In a git repository :
php gitboard.phar
-d
: like --git-dir
-i
: number of last days/hours/minutes
-c
: number of last commits
-h
: help
-v
: version
--no-merged-branch
: no merged branches infos
--no-stat
: no statistic
--display-web
: convert ansi output to html
php gitboard.phar -d=../node --no-merged-branch
php gitboard.phar -d=../node --display-web > gitboard.html
[alias]
board = "!f() { php /path/to/gitboard/gitboard.phar $@; }; f"