freshrss-git

star 15.3k

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

FreshRSS By FreshRSS schedule Updated 2/1/2026

name: freshrss-git description: FreshRSS version control, git workflow, branching strategy (edge/latest), diff/compare, PR changes. allowed-tools: Bash(git:*) Read Grep

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
Install via CLI
npx skills add https://github.com/FreshRSS/FreshRSS --skill freshrss-git
Repository Details
star Stars 15,340
call_split Forks 1,200
navigation Branch main
article Path SKILL.md
More from Creator