ogit
Version:
A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.
9 lines (8 loc) • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PRODUCTION_RELEASE_BRANCH = 'ogit.productionReleaseBranch';
exports.NEXT_RELEASE_BRANCH = 'ogit.nextReleaseBranch';
exports.FEATURE_BRNACH_NAME = 'ogit.featureBranchName';
exports.RELEASE_BRANCH_NAME = 'ogit.releaseBranchName';
exports.HOTFIX_BRANCH_NAME = 'ogit.hotfixBranchName';
exports.VERSION_TAG_PREFIX = 'ogit.versionTagPrefix';