객체 노트를 추가하거나 검사. 더 많은 정보: https://git-scm.com/docs/git-notes.
git notes list
git notes list [{{객체}}]
git notes show [{{객체}}]
git notes append {{객체}}
git notes append --message="{{메시지_텍스트}}"
git notes edit [{{객체}}]
git notes copy {{소스_객체}} {{대상_객체}}
git notes remove {{객체}}