multiple pages: fix typos in French translation (#5909)
This commit is contained in:
@@ -9,28 +9,28 @@
|
||||
|
||||
- Lister toutes les notes attachées à un objet donné :
|
||||
|
||||
`git notes list [{{object}}]`
|
||||
`git notes list [{{objet}}]`
|
||||
|
||||
- Afficher les notes attachées à un objet donné :
|
||||
|
||||
`git notes show [{{object}}]`
|
||||
`git notes show [{{objet}}]`
|
||||
|
||||
- Ajoute une note à un objet donné :
|
||||
|
||||
`git notes append {{object}}`
|
||||
`git notes append {{objet}}`
|
||||
|
||||
- Ajoute une note à un objet donné, en spécifiant le message :
|
||||
|
||||
`git notes append --message="{{message_text}}"`
|
||||
`git notes append --message="{{texte_du_message}}"`
|
||||
|
||||
- Edite une note existante :
|
||||
- Édite une note existante :
|
||||
|
||||
`git notes edit [{{object}}]`
|
||||
`git notes edit [{{objet}}]`
|
||||
|
||||
- Copie la note d'un objet vers un autre :
|
||||
|
||||
`git notes copy {{source_object}} {{objet_cible}}`
|
||||
`git notes copy {{objet_source}} {{objet_cible}}`
|
||||
|
||||
- Supprime toutes les notes d'un objet donné :
|
||||
|
||||
`git notes remove {{object}}`
|
||||
`git notes remove {{objet}}`
|
||||
|
Reference in New Issue
Block a user