Distributed, offline-first bug tracker integrated in git
Distributed, offline-first bug tracker integrated in git. git-bug stores issues, comments and identities directly in git objects alongside your code, so a normal git remote is all that is needed to push, pull and collaborate on bugs, even offline. It can be used from the command line, an interactive terminal UI, or a local web UI, and can import from and export to GitHub, GitLab, Jira and Launchpad.
Distributed, offline-first bug tracker integrated in git. git-bug stores issues, comments and identities directly in git objects alongside your code, so a normal git remote is all that is needed to push, pull and collaborate on bugs, even offline. It can be used from the command line, an interactive terminal UI, or a local web UI, and can import from and export to GitHub, GitLab, Jira and Launchpad.
To install git-bug, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-bug
To see what files were installed by git-bug, run:
port contents git-bug
To later upgrade git-bug, run:
sudo port selfupdate && sudo port upgrade git-bug
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.