I am trying to restructure my code and did mv
to move files to directories.
This lead to git having duplicate files, both in the original directory and in the moved directory.
How do I ensure that the files in the "original" directory are deleted on the remote but kept in the moved directory?