An open API service indexing awesome lists of open source software.

https://github.com/tpummer/brancher

A simple PHP web UI to switch between branches.
https://github.com/tpummer/brancher

Last synced: 11 months ago
JSON representation

A simple PHP web UI to switch between branches.

Awesome Lists containing this project

README

          

# Brancher

A simple PHP web UI to switch between branches.

## Configuration

At the location of the Brancher installation, a .env file must be created with the following content:
GITDIR="/home/www/path/to/git/project"

## Notes

This software project uses [GIT-PHP](https://github.com/czproject/git-php) and [phpdotenv](https://github.com/vlucas/phpdotenv), which are licensed under the BSD License.