Panel for Tracy debug panel. Shows current branch and current revision hash to be able identify your deployed version on sight.
Install library via composer:
composer require vipkwd/tracy-gitversion-panel
nette:
debugger:
bar:
- Vipkwd\Tracy\GitVersionPanel
tracy:
bar:
- Vipkwd\Tracy\GitVersionPanel
use Vipkwd\Tracy\GitVersionPanel;
Tracy\Debugger::getBar()->addPanel(new GitVersionPanel());