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 reflog
> Affiche un log des changements locaux comme HEAD, tags et branches.
> Plus d'informations : <https://git-scm.com/docs/git-reflog>.
> Plus d'informations : <https://git-scm.com/docs/git-reflog>.
- Afficher le reflog de HEAD :
- Afficher le reflog de HEAD :
`git reflog`
- Affiche le reflog d'une branche spécifique :
- Affiche le reflog d'une branche spécifique :
`git reflog {{nom_de_branche}}`
- Affiche les 5 dérniéres entrés dans le reflog :
- Affiche les 5 dérniéres entrés dans le reflog :
`git reflog -n {{5}}`