Moving files in Git
git mv file_from file_to
is a shortcut for:
mv file_from file_to git rm file_from git add file_to
Git does not track file movement, it implicitly guesses that a file is being moved/renamed.

seen from United States
seen from China
seen from Türkiye
seen from United States
seen from United States
seen from China

seen from United States
seen from Iraq
seen from United States

seen from Serbia
seen from New Zealand
seen from United States

seen from Malaysia
seen from United States
seen from French Guiana
seen from Netherlands
seen from Ireland
seen from Spain
seen from China

seen from Sweden
Moving files in Git
git mv file_from file_to
is a shortcut for:
mv file_from file_to git rm file_from git add file_to
Git does not track file movement, it implicitly guesses that a file is being moved/renamed.