Freshrss Git

FreshRSS version control, git workflow, branching strategy (edge/latest), diff/compare, PR changes.

mahabdalla Updated

File contents

FreshRSS working with version control (git)

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.

Check changes made in the current branch

Also useful to locally check the state of a pull-request (PR).

git diff edge...HEAD

Before commiting

make fix-all
make test-all

Converted and distributed by TomeVault | Claim this content

mahabdalla/skills-registry/tree/main/freshrss--freshrss--freshrss-git commit 7edf7f7a99

Frequently asked questions

npx skillmds@latest add mahabdalla/freshrss-git