multiple pages: fix French colon punctuation (#5152)

This commit is contained in:
bl-ue
2021-01-30 12:03:18 -05:00
committed by GitHub
parent a52007380f
commit 5f1ef5bee7
147 changed files with 824 additions and 825 deletions

View File

@@ -1,16 +1,16 @@
# git cat-file
> Fournir des informations sur le contenu ou le type et la taille des objets du référentiel Git.
> Plus d'informations : <https://git-scm.com/docs/git-cat-file>.
> Plus d'informations : <https://git-scm.com/docs/git-cat-file>.
- Obtenir la taill [s] du commit HEAD en octets :
- Obtenir la taill [s] du commit HEAD en octets :
`git cat-file -s HEAD`
- Obtenir le type [t] (blob, tree, commit, tag) d'un objet Git spécifié :
- Obtenir le type [t] (blob, tree, commit, tag) d'un objet Git spécifié :
`git cat-file -t {{8c442dc3}}`
- Affiche le contenu [p] d'un objet Git basé sur son type :
- Affiche le contenu [p] d'un objet Git basé sur son type :
`git cat-file -p {{HEAD~2}}`