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.

12 lines (11 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class GitStash { constructor() { this.stashNumber = undefined; this.branchName = undefined; this.stashName = undefined; this.files = []; } } exports.GitStash = GitStash;