The following topic describes how to copy commits from the one git repo to another. I have the similiar case but the directory structure in repos is different:
Simplified example:
Copy from repo: src/file.cpp
Copy to repo: src/logic/file.cpp
How to copy commits in such case ?