English
Appearance
Aborts a rebase that is currently in progress, resetting the repository and working directory to their state before rebase began.
class Rebase { abort(): void; }