In a Kotlin repo, I have made changes to a number of files and also moved them (manually, not using git.)
As a first step, I do not want to commit all changes, instead just commit the changed package names at the top of each file.
Currently nothing is staged and I see a number of deleted files and a number of untracked files.
git add -p
doesn't seem to help me here. How can I commit parts of the moved files -- if possible without naming them individually?