aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-06 14:09:33 +0200
committerGitHub <noreply@github.com>2018-08-06 14:09:33 +0200
commit7d57ec61892dd1c25ac5621afd949a2dbc3b766c (patch)
tree2f2c7b25611807300ba00db45697a37a437833b7
parent26e7ce44db91f3b08fa5d1b32690348d40c1fb00 (diff)
downloadgit-bug-7d57ec61892dd1c25ac5621afd949a2dbc3b766c.tar.gz
clarify the git internal storage feature
-rw-r--r--README.md (renamed from Readme.md)4
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.md b/README.md
index 3de5aa04..a7b1988d 100644
--- a/Readme.md
+++ b/README.md
@@ -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: