You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ offering (optional) biderectional integration with GitHub and GitLab issue manag
6
6
It has the following advantages over other systems.
7
7
8
8
***No backend, no dependencies:**
9
-
You can install and use _git issue_ with a single shell script.
9
+
You can install and use _git issue_ with a single shell command.
10
10
There's no need for a server or a database back-end, and the corresponding
11
11
problems and requirements for their administration.
12
12
***Decentralized asynchronous management:**
@@ -213,6 +213,9 @@ Note that to avoid duplicating information, the subcommands, the used files,
213
213
and usage examples, are automatically inserted into the script and its
214
214
documentation from the `README.md` file using the `sync-docs.sh` command.
215
215
216
+
## Video
217
+
The video of a presentation of *git issue* at [FOSDEM 2020](https://fosdem.org/2020/schedule/event/git_issue_management/) is available [for streaming](https://video.fosdem.org/2020/H.2215/git_issue_management.webm) or [download](https://video.fosdem.org/2020/H.2215/git_issue_management.mp4).
218
+
216
219
## Example session
217
220
You can also view a video of the following session on [YouTube](https://youtu.be/9aKHTjtTbFs).
218
221
@@ -520,7 +523,6 @@ $ git issue show [Tab]
520
523
e6a95c9 - New issue entered from the command line
521
524
```
522
525
523
-
524
526
## Related work
525
527
*[deft](https://github.com/npryce/deft) developed in 2011 is based on
526
528
the same idea.
@@ -532,6 +534,6 @@ e6a95c9 - New issue entered from the command line
532
534
code review system for Git repos based again on Git.
533
535
*[Fossil](http://fossil-scm.org/) is a distributed version control software that also supports issue tracking and a wiki. It runs as a single executable.
534
536
*[Perceval](https://github.com/chaoss/grimoirelab-perceval) can download issues from a variety of systems, including GitHub and GitLab.
535
-
*[SD (Simple Defects)], a (now defunct?) distributed bug tracking system based on a distributed database. It can import/export from/to foreign ticketing systems.
537
+
*[SD (Simple Defects)](https://syncwith.us/sd/), an (unmaintained) distributed bug tracking system based on a distributed database. It can import/export from/to foreign ticketing systems.
536
538
537
539
More historical references can be found in [this old LWN article on distributed bug tracking](https://lwn.net/Articles/281849/).
0 commit comments