How to completely disconnect a local git repository from all remote main branches?
I cloned the git repository from github.com, but it was deleted, and I do not want git to report any changes that need to be "pushed." I tried this, but I think my terminology is wrong and I find nothing.
Is it possible to simply delete the [remote "origin"] and [branch "master"] sections from my .git/config file or violate the local repo?
git
Cerin
source share