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) 158 B
import { Command } from '@oclif/command'; export default class ResetHeadCommand extends Command { static description: string; run(): Promise<void>; }