I would like to rename/move a project subtree in Git moving it from
/project/xyz
to
/components/xyz
If I
First create a standalone commit with just a rename.
Then any eventual changes to the file content put in the separate commit.