Skip to content

abort

Aborts a rebase that is currently in progress, resetting the repository and working directory to their state before rebase began.

Signature

ts
class Rebase {
  abort(): void;
}

Released under the MIT License.