Skip to content

unsetUpstream

Unset the upstream configuration for a given local branch.

Signature

ts
class Branch {
  unsetUpstream(): void;
}

Released under the MIT License.