heavenproject/git-branch-panel

Displays current Git branch on Tracy debug panel

v1.1.0 2017-01-01 22:16 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:51:11 UTC


README

Displays current Git branch on Tracy debug panel.

NOTE: This source code is based on another Nette component, see here and here.

Installation

composer require --dev heavenproject/git-branch-panel

Requirements

Documentation

In order to use Git Branch Panel you must register it as extension in configuration file:

extensions:
    gitPanel: HeavenProject\GitBranchPanel\GitBranchPanelExtension

The extension will search through all the parent directories for the .git directory and stops in the project root.

You can set custom path to a directory, in which the .git directory resides, this way:

gitPanel:
    entryPath: %appDir%/my/custom/path

If appDir is /app, the resulting path including the .git directory will be /app/my/custom/path/.git.

License

This source code is free software licensed under MIT license.