Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 423 Bytes

GitRemoteConfig.md

File metadata and controls

14 lines (7 loc) · 423 Bytes

GitRemoteConfig

GitRemoteConfig contains the configuration of a Git remote

Properties

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.