Section courante

A propos

Section administrative du site

 Serveur  Utilisation  Tutoriel  Outils  Annexe  Aide 
Vue par liste complète
Introduction
Référence des commandes
Les premiers pas
Notions de base sur Git
Changer de branche dans Git
Nettoyer une branche Git
Les sous-modules (submodule)
GitHub Desktop
Lazygit
Tortoise Git
Référence de termes et du vocabulaire
Git dans d'autres environnements - Interfaces graphiques
Git dans Visual Studio
Commandes Git - Installation et configuration
Intégration de Git dans vos applications - Git en ligne de commande
Préface
Notes légal
Dictionnaire
Recherche

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.



PARTAGER CETTE PAGE SUR
Dernière mise à jour : Mardi, le 5 Janvier 2021