git notes

Add or inspect object notes. More information: https://git-scm.com/docs/git-notes.

git notes list

git notes list [{{object}}]

git notes show [{{object}}]

git notes append {{object}}

git notes append --message="{{message_text}}"

git notes edit [{{object}}]

git notes copy {{source_object}} {{target_object}}

git notes remove {{object}}