Jak zamienić podmoduł git na inne repozytorium git?
W szczególności mam podmoduł:
- znajduje się w
./ExternalFrameworks/TestFramework
tych punktach do repozytorium gitgit@github.com:userA/TestFramework.git
- Chciałbym, żeby to teraz wskazywało
git@github.com:userB/TestFramework.git
.
Problem w tym, że kiedy usuwam podmoduł metodą opisaną tutaj , to ponownie go dodam poleceniem
git submodule add git@github.com:userB/TestFramework.git
Otrzymuję ten błąd:
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.