---
title: "RSS: Follow commit updates from Github"
url: https://perrotta.dev/2022/01/rss-follow-commit-updates-from-github/
last_updated: 2025-12-25
---


It is possible to track/follow commits of `git` repositories on
[GitHub](https://github.com/) via RSS:
`https://github.com/<user>/<repo>/commits.atom`.

For example, [my dotfiles](https://github.com/thiagowfx/dotfiles/commits.atom).

I am using this to keep track of [Miniflux](https://miniflux.app/)
[commits](https://github.com/miniflux/v2/commits.atom) from
within Miniflux itself (a RSS webapp).

