Github Move code from old repo to new repo retaining commit history

Viewed 16

Old Repo Directory Structure

old-repo
\-- apple
\-- mango
\-- banana

New Repo Directory Structure

new-repo
\-- vegetables
\-- fruits
    \-- apple
    \-- mango
    \-- banana

Need to move contents of old repo to new repo with different structure with maintaining commit history from old repo.

0 Answers
Related