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,8 +1,8 @@
# git update-index
> Commande Git pour manipuler l'index.
> Plus d'informations : <https://git-scm.com/docs/git-update-index>.
> Plus d'informations : <https://git-scm.com/docs/git-update-index>.
- Prétendre qu'un fichier modifié est inchangé (`git status` ne l'affichera pas comme modifié) :
- Prétendre qu'un fichier modifié est inchangé (`git status` ne l'affichera pas comme modifié) :
`git update-index --skip-worktree {{chemin/vers/fichier_modifié}}`