79784499

Date: 2025-10-07 11:48:51
Score: 0.5
Natty:
Report link

Use:

git remote remove origin

if the repo uses submodules, also disconnect them (optional)

git submodule update --init --recursive

git submodule foreach --recursive 'git remote | xargs -I{} git remote remove {}'

Another option would be to make a mirror, then clone from your mirror.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: maxis112