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

Suggest alternatives

Open wernight opened this issue 9 years ago • 0 comments

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 in git log (by default not pushed/pulled, see https://git-scm.com/blog/2010/08/25/notes.html).

wernight avatar May 19 '15 15:05 wernight