git-checklist
git-checklist copied to clipboard
Suggest alternatives
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 -m <msg>
- Can be used to add notes per commit, visible ingit log
(by default not pushed/pulled, see https://git-scm.com/blog/2010/08/25/notes.html).