URL parameter for additional remotes
When you visit a URL for starting a new workspace, Che configures the origin
remote to be the Git repository that you specified with #
after the FQDN URL of your organization’s Che instance.
The URL parameter for cloning and configuring additional remotes for the workspace is remotes=
:
https://<che_fqdn>#<git_repository_url>?remotes={{<name_1>,<url_1>},{<name_2>,<url_2>},{<name_3>,<url_3>},...}
|