Skip to content

KuiKui/Gitboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple dashboard for a quick overview of Git projects.

Usage

In a git repository :

php gitboard.phar

Options

-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

Example

Console

php gitboard.phar -d=../node --no-merged-branch

Gitboard console

HTML

php gitboard.phar -d=../node --display-web > gitboard.html

Gitboard HTML

Alias (git config file)

[alias]  
  board = "!f() { php /path/to/gitboard/gitboard.phar $@; }; f"

About

Simple dashboard for a quick overview of Git projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages