set_submodule_url
Description:
Sets the URL for the submodule in the configuration.
After calling this, you may wish to call sync to write the changes to the checked out submodule repository.
Parameters:
this |
a Repository. |
name |
the name of the submodule to configure. |
url |
URL that should be used for the submodule. |