Newer
Older
git ddit
attachments, images,
create
-------
create issue (title, description, assignees, label/tag)
git ddit -n "title" -d "hello" -a "user1, user2" -l "label"

Jack MacLauchlan CS2015
committed
git ddit --new
update
-------
all of issue
git ddit -u "id" -l "new label" -s closed
delete
-------
delete issue
comment
---------
comment on issue
git ddit -c "id" -m "message"
syncing
--------
push/pull
git ddit -add "id"
git ddit -push