I would like to rename/move a project subtree in Git moving it from
/project/xyz
to
/components/xyz
If I
I have faced the issue "Renaming the folder without loosing history". To fix it, run:
$ git mv oldfolder temp && git mv temp newfolder $ git commit $ git push