https://stackoverflow.com/questions/16330404/how-to-remove-remote-origin-from-a-git-repository
git remote remove origin
also, how to change remote origin without removing and re-adding one
git remote set-url origin git://new.url.here
#useful #coding/git