php gitboard.pharor add this line to your git config file :
[alias]and simply use :
board = "!f() { php /path/to/gitboard/gitboard.phar $@; }; f"
git boardyou can convert ansi output to html :
php gitboard.phar --display-web > gitboard.html
Get the source code on GitHub and use pull requests for improve it.