Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 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 dépôt 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 taille [s] du commit HEAD en octets :
- Obtenir la taille [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}}`