Skip to content

miroslav-valerian/GitPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Panel

Panel for Tracy debug panel. Shows current branch and git log.

Requirements

  • Git wrapper requires PHP 5.3.2 or higher and git.
  • Valerian\Git

Installation

Install library via composer:

composer require Valerian/GitPanel

Getting Started

Register panel

nette:
    nette:
    	debugger:
    		bar:
    			- @gitPanel
services:
	gitPanel:
		class: Valerian\GitPanel\GitPanel
		setup:
			- $logHistory(3)
			- $gitPath(%appDir%/../)

About

GitPanel for Nette Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published