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.
- Host: GitHub
- URL: https://github.com/tpummer/brancher
- Owner: tpummer
- License: mit
- Created: 2024-02-20T14:59:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T15:01:50.000Z (over 2 years ago)
- Last Synced: 2025-04-02T08:48:12.326Z (about 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.