Section courante

A propos

Section administrative du site

git notes

Notes
Git

Syntaxe

git notes [list [object]]
git notes add [-f] [--allow-empty] [-F file | -m msg | (-c | -C) object] [object]
git notes copy [-f] ( --stdin | from-object [to-object] )
git notes append [--allow-empty] [-F file | -m msg | (-c | -C) object] [object]
git notes edit [--allow-empty] [object]
git notes show [object]
git notes merge [-v | -q] [-s strategy ] notes-ref
git notes merge --commit [-v | -q]
git notes merge --abort [-v | -q]
git notes remove [--ignore-missing] [--stdin] [object...?]
git notes prune [-n] [-v]
git notes get-ref

Description

Cette commande permet d'ajouter ou inspecter des notes d'objet.



Dernière mise à jour : Mardi, le 5 Janvier 2021