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,16 +1,16 @@
# git mv
> Déplacer ou renommer des fichiers inscrits dans l'index.
> Plus d'informations : <https://git-scm.com/docs/git-mv>.
> Plus d'informations : <https://git-scm.com/docs/git-mv>.
- Déplace les fichiers dans l'index Git, valide au prochain commit :
- Déplace les fichiers dans l'index Git, valide au prochain commit :
`git mv {{chemin/vers/fichier}} {{new/path/to/file}}`
- Renome un fichier et met a jour l'index, valide au prochain commit :
- Renome un fichier et met a jour l'index, valide au prochain commit :
`git mv {{filename}} {{new_filename}}`
- Force l'écrasement d'un fichier :
- Force l'écrasement d'un fichier :
`git mv --force {{file}} {{cible}}`