gitodo add
Add to-do items for the current branch
Synopsis
Add to-do items for the current branch.
Invoking without arguments will open up the editor for multiple items to be added. If there are arguments, all of them will be joined into a single to-do item.
If the flag -t is provided, the new item will be placed at the top of the list.
gitodo add [flags]
Options
-h, --help help for add
-t, --top put the item at the top of the list
SEE ALSO
- gitodo - The stupid to-do list application for git projects