Returns the list of all local remotes

await repo.remoteList()

Example

[
  {
    "name": "fork",
    "url": "git@github.com:fork/gilmore.git",
    "isCurrent": false,
  },
  {
    "name": "origin",
    "url": "git@github.com:pixelastic/gilmore.git",
    "isCurrent": true,
  },
  [...]
]