SaaSHub helps you find the best software and product alternatives Learn more →
Git-issue Alternatives
Similar projects and alternatives to git-issue
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
jj
Discontinued A Git-compatible VCS that is both simple and powerful [Moved to: https://github.com/jj-vcs/jj]
-
-
996.ICU
Discontinued Repo for counting stars and contributing. Press F to pay respect to glorious developers.
-
-
-
-
-
-
-
-
gov-takedowns
Text of government takedown notices as received. GitHub does not endorse or adopt any assertion contained in the following notices.
-
fsv
Discontinued fsv is a file system visualizer in cyberspace. It lays out files and directories in three dimensions, geometrically representing the file system hierarchy to allow visual overview and analysis.
-
taskell
Discontinued Command-line Kanban board/task manager with support for Trello boards and GitHub projects
-
-
fastpages
Discontinued An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
-
-
-
-
grimoirelab-perceval
Send Sir Perceval on a quest to retrieve and gather data from software repositories.
git-issue discussion
git-issue reviews and mentions
-
Radicle: Peer-to-Peer Collaboration with Git
Note that if you just want to provide a issue tracker within Git rather than relying on centralized web services like Github or Gitlab, there is
https://github.com/MichaelMure/git-bug
https://github.com/dspinellis/git-issue
https://sciit.gitlab.io/sciit/ (this one has a list of alternatives here https://sciit.gitlab.io/sciit/#other-distributed-issue-track...)
Overall it's very disappointing that Github didn't decide to embed issue tracking (and also PR discussions) inside the repository (in another branch perhaps). Issue discussion is part of documentation IMO, and not distributing it alongside the repository causes lock-in
- Git-issue: decentralized issue management
- Show HN: Gitopia: Decentralized GitHub Alternative for Open Source Collaboration
- Kanban Board for the Command Line
-
What is your simple issue tracking system .
A quick search for 'issue tracker stored in git repository' brings up this Stackoverflow post, which points to git-bug and git-issue. Those look closer to what you're asking for, thought I haven't used them.
- What Comes After Git
- Fossil: Battery Included Git Alternative
- Git-issue – Git-based decentralized issue management
-
Utterances – a lightweight comments widget built on GitHub issues
I think he meant just the network effects of a social platform. Github has more people in them so there are more people interacting with repositories hosted on Github.
I wish that somehow people carried identity across Github / Gitlab / Gitea / other services. Like, a federated issue tracker. Or otherwise that the issues themselves were easily movable between platforms, with no lock-in. But the incumbent platforms rarely want something like this.
An alternative is to eschew platform issues entirely, and use decentralized issue comments hosted as Git repositories, like https://github.com/dspinellis/git-issue or https://github.com/neithernut/git-dit or https://github.com/MichaelMure/git-bug - I think that Gitlab should offer integration with one of them. I mean: both allowing to export issues and PRs into a Git branch, and allowing people to comment on issues and PRs by pushing to a Git branch.
-
Git as a Storage
git-bug, the one mentioned in the article here, has some documentation on its README of how well its importer/exporter tools support Github, Gitlab, Jira, and Launchpad: https://github.com/MichaelMure/git-bug
Most of the other such tools I've seen barely have the resources to import/export a single such API. git-issue only has Github import it looks like. https://github.com/dspinellis/git-issue
There's perceval which is designed to be a generic archival tool and supports lots of APIs, but only dumps them to source-specific formats and would still need a lot of work if you tried to use issues from different APIs together: https://github.com/chaoss/grimoirelab-perceval
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Jan 2025
Stats
dspinellis/git-issue is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of git-issue is Shell.