Skip to content

pushurl

Get the remote's URL.

Signature

ts
class Remote {
  pushurl(): string | null;
}

Returns

  • null | string

    Returns null if push url not exists.

Errors

  • Error

    Throws error if the URL is not valid utf-8.

Released under the MIT License.