Created
October 26, 2009 16:07
-
-
Save madx/218758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ditz $ ditz add | |
Title: Hello | |
Description (ctrl-d, ., or /stop to stop, /edit to edit, /reset to reset): | |
> Make a Hello world | |
> . | |
Is this a (b)ugfix, a (f)eature, or a (t)ask? t | |
Issue creator (enter for "madx <[email protected]>"): | |
Comments (ctrl-d, ., or /stop to stop, /edit to edit, /reset to reset): | |
> Lol. | |
> . | |
Added issue ditz-1. | |
You may have to inform your SCM that the following files have been added: | |
bugs/issue-6ac6c02ff74ab1d449a36388109a2c63c991b5df.yaml | |
ditz $ ditz | |
Unassigned: | |
_ ditz-1: Hello | |
ditz $ ditz show 1 | |
Error: no issue with name "1" | |
ditz $ ditz show ditz-1 | |
Issue ditz-1 | |
------------ | |
Title: Hello | |
Description: Make a Hello world | |
Type: task | |
Status: unstarted | |
Creator: madx <[email protected]> | |
Age: 36 seconds | |
Release: | |
References: | |
Identifier: 6ac6c02ff74ab1d449a36388109a2c63c991b5df | |
Event log: | |
- created (madx, 29 seconds ago) | |
> Lol. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bit $ ./bit ls --all | |
#1 [ ] Make the website | |
#2 [ ] Finish coding Bit | |
#0 [X] Make a nice logo | |
#3 [X] Use ditz instead | |
bit $ ./bit show 0 3 | |
#0 [X] Make a nice logo | |
-- Closed: 2009-10-26 15:45 (madx) | |
The logo has been done and can be found in web/logo.png | |
#3 [X] Use ditz instead | |
Ditz is better! | |
-- Won't fix: 2009-10-26 17:09 (madx) | |
Probably, but ditz is too complicated for the usage I want |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment