How do I achieve the following? I have a new repo New_Repo which is the current repo we all are working on. I would like to create WhatINeed, but have repeatedly failed to do so.
I understand that the commit ID will change and we are fine with this.
Old_Repo ........................... (Master, which is also v1)
|......... (ModA)
New_Repo.(Empty Master)
|............. (v2)
WHatINeed.(Empty Master)
|........................... (v1)
| |......... (ModA)
|............. (v2)
I have been able to get to add the Old_repo/master onto the WhatINeed master. But its not a branch like I want it.
I am already refering to Insert a commit before the root commit in Git? But this gives me a flat structure without the ModA branch. Is there something wrong?
Thank you in advance.