I've removed a few large files from my repo following these instructions:
http://help.github.com/remove-sensitive-data
However, if I do a fresh clone from my main repo, I still pull down the deleted data. I suspect it's because of this:
"Be warned that force-pushing does not erase commits on the remote repo, it simply introduces new ones and moves the branch pointer to point to them. If you are worried about users accessing the bad commits directly via SHA1, you will have to delete the repo and recreate it."
I've tried pushing the commits to a new repo, and while it doesn't have the extra data, it's also missing all my github issues.
Two (related) questions: - is there a way to push the cleaned up repo to the main repo? - if not, is there a way to transfer the issues from the main repo to the new repo?