Move or rename files and update the git index. More information: https://git-scm.com/docs/git-mv.
git mv {{path/to/file}} {{new/path/to/file}}
git mv {{filename}} {{new_filename}}
git mv --force {{file}} {{target}}