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 rev-parse
> Afficher les métadonnées liées à des révisions spécifiques.
> Plus d'informations : <https://git-scm.com/docs/git-rev-parse>.
> Plus d'informations : <https://git-scm.com/docs/git-rev-parse>.
- Afficher le hash de commit de la branche courrante :
- Afficher le hash de commit de la branche courrante :
`git rev-parse {{nom_de_branche}}`
- Affiche le nom de la branche courrante :
- Affiche le nom de la branche courrante :
`git rev-parse --abbrev-ref {{HEAD}}`
- Obtenir le chamin absolu du repertoire racine :
- Obtenir le chamin absolu du repertoire racine :
`git rev-parse --show-toplevel`