Replace non-breaking space with regular space in French pages (#6842)
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user