I have read/write access to a repo on GitHub. I have a local clone of that repo. I'd like to be able to pull changes from that remote, but I should never push changes to it.
Is there a way I can mark the remote as read-only so I never accidentally type in the wrong command and push to it?