I created a local copy of a remote repository. Because of some old bad commit data causing trouble, I had to rewrite (filter-branch) the local repo history. So now I have a clone of a remote repo, except the commit hashes are all different.
Is there any way to have the local repo still work with remote for pulling future commits from it? It will never be pushing so that is not an issue. If I run git pull, it tries to pull it's entire original history, which is unwanted and just re-corrupts the local repo.