remotes

Gets the current list of remotes of the repository.

GitRepository.swift:498
func remotes() throws -> [(name: String, url: String)]

Returns

An array of tuple containing name and url of the remote.