What is git-bug?
git-bug is a distributed bug tracker embedded in git. It uses git's internal storage so no files are added in your project. As you would do with commits and branches, you can push your bugs to the same git remote you are already using to collaborate with other people.
git-bug is a tool in the Git Tools category of a tech stack.
git-bug is an open source tool with 3.3K GitHub stars and 103 GitHub forks. Here’s a link to git-bug's open source repository on GitHub
git-bug Integrations
Why developers like git-bug?
Here’s a list of reasons why companies and developers use git-bug
Top Reasons
Be the first to leave a pro
git-bug Alternatives & Comparisons
What are some alternatives to git-bug?
Diff So Fancy
diff-so-fancy builds on the good-lookin' output of git contrib's diff-highlight to upgrade your diffs' appearances.
Atlassian Stash
It is a centralized solution to manage Git repositories behind the firewall. Streamlined for small agile teams, powerful enough for large organizations.
Git Flow
It provides excellent command line help and output. It is a merge based solution. It doesn't rebase feature branches.
pre-commit
pre-commit checks your code for errors before you commit it. pre-commit is configurable.
GVFS
GVFS virtualizes the file system beneath your git repo so that git and all tools see a fully hydrated repo, but GVFS only downloads objects as they are needed. GVFS also manages git's sparse-checkout to ensure that git operations like status, checkout, etc., can be as quick as possible.