If you delete a public git repository, and then replace it with a different one, can that cause complications?
Background: A while ago, I branched a project and made a few commits, which have either been pulled in or have become irrelevant (but the latest commit of my fork isn't an ancestor of the main repository). I'd like to delete my fork so that I don't get any irrelevant pull requests on github.
The concern I have is that if I delete my fork, and then create a new fork based on the main repository, could that cause the same kinds of problems as doing a git rebase on a public repository?