git-checklist icon indicating copy to clipboard operation
git-checklist copied to clipboard

Manage a per-branch checklist in your github repository

Results 4 git-checklist issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

enhancement