mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
readme: more explanation of the concept
This commit is contained in:
parent
aa51c6b3dc
commit
252cdab8c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user