From 252cdab8c06dd69d55bce3728d458bc98f5c1f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 15 Jul 2018 00:11:16 +0200 Subject: [PATCH] readme: more explanation of the concept --- Readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index caa26b5be1a175f18b76ad3cc2c376aaec24627c..16314512b41a1cf4a1ace1ceda61b6553a645b71 100644 --- a/Readme.md +++ b/Readme.md @@ -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