I want to clone a specific commit, from one repo, to a second repo, and continue developing on the second one without affecting the first one in any way. I just need the starting point and then I want to have nothing to do with the first one.
The second repo already has some development on it, which I'd like to keep, so the new copied commit, corresponding to the commit I need from the first repo, would become the new master.
Is this possible?
As of right now I haven't tried anything since I'm concerned I might break something in both repos.