I deleted some large files from my repo after the following instructions:
http://help.github.com/remove-sensitive-data
However, if I make a new clone from my main repo, I will still pull the deleted data. I suspect this because of this:
โBe warned that forcing does not erase the commit on the remote repo, it just introduces new ones and moves the pointer to the pointer to point to them. If you are concerned that users accessing the bad commit directly through SHA1, you will must remove the repo and recreate it. "
I tried dragging and dropping commits to a new repo, and although it has no extra data, it also skips all my github issues.
Two (related) questions: - is there a way to push a peeled repo to the main repo? - if not, is there a way to transfer problems from the main repo to a new repo?
source share