Search Results

0
votes

Changing remote repository for a git submodule

Just edit your .git/config file. For example; if you have a "common" submodule you can do this in the super-module: git config submodule.common.url /data/m …