diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-15 00:11:16 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-15 00:11:16 +0200 |
commit | 252cdab8c06dd69d55bce3728d458bc98f5c1f89 (patch) | |
tree | fe543574acf4a769dc6247a49d673bcb5f1c8900 | |
parent | aa51c6b3dc1bbb8db11653611130df5020746633 (diff) | |
download | git-bug-252cdab8c06dd69d55bce3728d458bc98f5c1f89.tar.gz |
readme: more explanation of the concept
-rw-r--r-- | Readme.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ # git-bug -> Bugtracker embedded in Git +> Bugtracker embedded in Git + +Would it be nice to not have to rely on a web service somewhere to deal with bugs ? + +Would it be nice to be able to browse and edit bug report offline ? + +`git-bug` is a bugtracker embedded in `git`. It use the same internal storage so it doesn't pollute your project. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples. ## Install |