UNPKG

nodegit-flow

Version:

nodegit-flow contains gitflow methods that aren't include in the vanilla nodegit package

10 lines (9 loc) 182 B
"use strict"; const BranchConstants = { mergeState: { UP_TO_DATE: 'up_to_date', FAST_FORWARD: 'fast_forward', NORMAL: 'normal' } }; module.exports = BranchConstants;