git*: add French translation (#4619)

This commit is contained in:
CARE-COLIN Thibaut
2020-11-10 12:17:06 +01:00
committed by GitHub
parent 6b167bcdd4
commit 8c8314f725
72 changed files with 1499 additions and 41 deletions

View File

@@ -0,0 +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>.
- Afficher le hash de commit de la branche courrante :
`git rev-parse {{nom_de_branche}}`
- Affiche le nom de la branche courrante :
`git rev-parse --abbrev-ref {{HEAD}}`
- Obtenir le chamin absolu du repertoire racine :
`git rev-parse --show-toplevel`