git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
16
pages.fr/common/git-mv.md
Normal file
16
pages.fr/common/git-mv.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git mv
|
||||
|
||||
> Déplacer ou renomer des fichiers inscrits dans l'index.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-mv>.
|
||||
|
||||
- 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 :
|
||||
|
||||
`git mv {{filename}} {{new_filename}}`
|
||||
|
||||
- Force l'écrasement d'un fichier :
|
||||
|
||||
`git mv --force {{file}} {{cible}}`
|
Reference in New Issue
Block a user