Déplacer ou renommer des fichiers inscrits dans l'index. Plus d'informations : https://git-scm.com/docs/git-mv.
git mv {{chemin/vers/fichier}} {{new/path/to/file}}
git mv {{filename}} {{new_filename}}
git mv --force {{file}} {{cible}}