ogit
Version:
A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.
7 lines (6 loc) • 422 B
TypeScript
export declare const PRODUCTION_RELEASE_BRANCH = "ogit.productionReleaseBranch";
export declare const NEXT_RELEASE_BRANCH = "ogit.nextReleaseBranch";
export declare const FEATURE_BRNACH_NAME = "ogit.featureBranchName";
export declare const RELEASE_BRANCH_NAME = "ogit.releaseBranchName";
export declare const HOTFIX_BRANCH_NAME = "ogit.hotfixBranchName";
export declare const VERSION_TAG_PREFIX = "ogit.versionTagPrefix";