This is Avi's fork of the pi-hole/web project, a ReactJS based web interface for the Pi-hole project.
There are a few additions I'll be working on that would diverge too much most likely. Due to that this repo has been set up with a specific branching setup so I can work on my own additions and still pull down the original project and hopefully contribute to it, too!
master ────────────────── sugar
├── coffee-production ├── sugar-production
│ ├── coffee-dev │ ├── sugar-dev
│ │ ├── try/example
master
- Incompatible changes with the original project, merge insugar
to stay currentsugar
- Perfect copy of the original project, merge in upstream repo to stay currentcoffee-production
- Production branch, last checks and balances before merging to mastercoffee-dev
- Merge in all dev branches, eventually merge to coffee-productionsugar-production
- Production branch for contributing, use this branch for submitting PRs to the original projectsugar-dev
- Merge in all dev branches for contributing to the original project, eventually merge tosugar-production
Development branches take the following naming conventions:
- create - New features
- update - Updating existing features
- try - General branch for trying out new features, updates, fixes
- fix - Use for fixing bugs, errors, issues