name: freshrss-git description: FreshRSS version control, git workflow, branching strategy (edge/latest), diff/compare, PR changes.
FreshRSS uses a rolling-release approach with a main branch called :edge.
This is the branch to target for most pull requests.
Releases are tracked in a branch called :latest.
Also useful to locally check the state of a pull-request (PR).
git diff edge...HEAD
make fix-all
make test-all