From e4f501c010f0b744f7918f2a706a83211767ff5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 1 Mar 2020 17:17:38 +0100 Subject: [PATCH] github-howto: change title --- doc/howto-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto-github.md b/doc/howto-github.md index a441d15d69fc35453f0f60f6972ba5e978cb9f6f..ba3e380c8ed4df3c1502e61553b7c8d060a07ded 100644 --- a/doc/howto-github.md +++ b/doc/howto-github.md @@ -1,4 +1,4 @@ -# How-to: Read/write offline Github issues with git-bug +# How-to: Read and edit offline your Github/Gitlab/Jira issues with git-bug [git-bug](https://github.com/MichaelMure/git-bug) is a standalone distributed bug-tracker that is embedded in git. In short, if you have a git repository you can use it to store bugs alongside your code (without mixing them though!), push and pull them to/from a normal git remote to collaborate.