GitRemoteConfig contains the configuration of a Git remote
Name | Type | Description | Notes |
---|---|---|---|
name | String | Name of the remote to fetch from. | |
urls | List<String> | URLs the URLs of a remote repository. It must be non-empty. Fetch will always use the first URL, while push will use all of them. |