Git alt modülünü farklı bir git deposu ile nasıl değiştirebilirim?
Özellikle, bir alt modülüm var:
- bulunan
./ExternalFrameworks/TestFramework
bir git Repo bu noktagit@github.com:userA/TestFramework.git
- Şimdi işaret etmesini istiyorum
git@github.com:userB/TestFramework.git
.
Sorun şu ki, alt modülü burada açıklanan yöntemle sildiğimde , ardından komutu kullanarak yeniden eklemem
git submodule add git@github.com:userB/TestFramework.git
Bu hatayı alıyorum:
A git directory for 'ExternalFrameworks/TestFramework' is found locally with remote(s):
origin git@github.com:userA/TestFramework.git
If you want to reuse this local git directory instead of cloning again from
git@github.com:userB/TestFramework.git
use the '--force' option. If the local git directory is not the correct repo
or you are unsure what this means choose another name with the '--name' option.