Back to browse
GitHub Repository

Distributed issue tracking embedded in Git — track issues locally, sync anywhere, no server required

40 starsShell

Git-native-issue – issues stored as commits in refs/issues/

by remenoscodes·Feb 24, 2026·9 points·10 comments

AI Analysis

●●●BangerZero to OneBig Brain

Issues as Git commits, finally solving Linus's 2007 proposal after 17 years.

Strengths
  • Genuinely novel insight: issues are append-only logs, Git is append-only DB—perfect fit.
  • No external database, JSON, or custom merge logic; leverages Git's built-in conflict resolution.
  • Addresses real pain: issue lock-in when migrating platforms (GitHub→GitLab) or working offline.
Weaknesses
  • Early-stage (1.3.3); needs GitHub/GitLab bridge polish and larger ecosystem validation.
  • UX complexity: users must learn new `git issue` commands instead of familiar web UI workflows.
Target Audience

Open-source maintainers, distributed teams, developers wanting issue portability

Similar To

Fossil VCS (integrated tickets) · Jujutsu (Git alternative with built-in tracking)

Similar Projects