I'm sure this is a super simple question but I wasn't able to find an answer to it, so I'm extremely grateful for your answers!
I have created a boilerplate repository that I (and anybody else) can copy as a starting point for a new project. Here's the problem: when I upload that repository to Github, I obviously need to set the remote URL. However, when someone (me, for example) clones the repository and makes changes, it's easy to push the changes without setting up your own URL, and therefore push changes to the original boilerplate.
How can I remove the remote URL from the repository and still host it on Github?