diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-06 14:09:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 14:09:33 +0200 |
commit | 7d57ec61892dd1c25ac5621afd949a2dbc3b766c (patch) | |
tree | 2f2c7b25611807300ba00db45697a37a437833b7 | |
parent | 26e7ce44db91f3b08fa5d1b32690348d40c1fb00 (diff) | |
download | git-bug-7d57ec61892dd1c25ac5621afd949a2dbc3b766c.tar.gz git-bug-7d57ec61892dd1c25ac5621afd949a2dbc3b766c.zip |
clarify the git internal storage feature
-rw-r--r-- | README.md (renamed from Readme.md) | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,9 @@ Would it be nice to not have to rely on a web service somewhere to deal with bug 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. +`git-bug` is a bugtracker embedded in `git`. It use 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 your are already using to collaborate with other peoples. :construction: This is for now a proof of concept. Expect dragons and unfinished business. :construction: |