git notes

Ajoute ou inspecte des notes d'objets. Plus d'informations : https://git-scm.com/docs/git-notes.

git notes list

git notes list [{{objet}}]

git notes show [{{objet}}]

git notes append {{objet}}

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

git notes edit [{{objet}}]

git notes copy {{objet_source}} {{objet_cible}}

git notes remove {{objet}}