The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SYNOPSIS

nuggit remote set-url [-v | --verbose] <remote name> <new url> nuggit remote get-url <remote name>

Set-url: Nuggit command to change the URL for the given remote in the root nuggit repository and its submodules. Based on git set-url. If the remote is not given, origin is changed by default.

Get-url: Nuggit command to get the URL of each submodule and check if it matches the beginning of the root URL.