Replace non-breaking space with regular space in French pages (#6842)

This commit is contained in:
marchersimon
2021-10-07 09:37:39 +02:00
committed by GitHub
parent 8c5596b720
commit d63065b882
168 changed files with 997 additions and 998 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é}}`