UNPKG

ogit

Version:

A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.

6 lines (5 loc) 155 B
import { Command } from '@oclif/command'; export default class RevertChanges extends Command { static description: string; run(): Promise<void>; }