git-checklist
git-checklist copied to clipboard
Manage a per-branch checklist in your github repository
I got an "invalid key" error when I tried the one in the README. `git config --global alias.todo checklist` worked.
There are some alternatives that would be good to mention in the README: - `$ git branch --edit-description` - Can be used directly, per branch - `$ git notes append...
`git checklist show --all` should show ``` foo 1: [ ] First task 2: [ ] Second task ``` but the _foo_ part is omitted.
Some kind of "cleanup" command to remove all the issues that are done, in the case we no longer need to keep them around. Workflow: 1. Do work, tick off...