Skip to content

Simple dashboard for a quick overview of Git projects

Notifications You must be signed in to change notification settings

ryanfaerman/Gitboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Simple dashboard for a quick overview of Git projects.

Usage

php gitboard.php

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

Example

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

Gitboard

Alias (git config file)

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

About

Simple dashboard for a quick overview of Git projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%