Created
October 27, 2009 13:33
-
-
Save madx/219558 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
bit $ ./bit ls | |
./bit: no issues yet. | |
bit $ ./bit open | |
>> This is my first issue | |
[some editing in your favorite editor] | |
./bit: created issue 1. | |
bit $ ./bit open | |
[some editing again] | |
>> Another one | |
./bit: created issue 2. | |
bit $ ./bit ls | |
#1 [ ] This is my first issue | |
#2 [ ] Another one | |
bit $ ./bit comment -tpending 1 | |
[editor opened there too] | |
#1 [ ] This is my first issue | |
Hey guys, I have a problem! | |
-- Comment: 2009-10-27 14:31 (madx) | |
I am fixing it. | |
bit $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment