So I read this and it worked fine. But I also want to keep the releases from both repositories. Is it possible to do this?
Basically I have 2 repos, where repo 1 is an older version of repo 2. I want to clean up my GitHub to only have one.
So I read this and it worked fine. But I also want to keep the releases from both repositories. Is it possible to do this?
Basically I have 2 repos, where repo 1 is an older version of repo 2. I want to clean up my GitHub to only have one.
If by releases, you are refering to GitHub releases, those are based on a tag.
If you have merged the history of the two repos, following your link, the tags of the second repo have been preserved.
You can then fetch from that second original repo the release by its tag, and create a new one, for that same tag, this time in the new merged repo.
This has to be scripted, in order to repeat the process for all the tags/releases of the merged repo.