I have created and worked on a git repository github.com/softtimur/old. I just created another git repository github.com/softtimur/Documents, which has its own .../Documents/.git/. Now I want to create .../Documents/old and move everything of github.com/softtimur/old under it while keeping the commit history. And then, I want to remove github.com/softtimur/old.
Does anyone know how to do this moving properly?