UNPKG

ggit

Version:

Local promise-returning git command wrappers

11 lines (8 loc) 199 B
## hasChanges Returns `true` if there are local uncommitted stages ```javascript var changed = require('ggit').hasChanges; changed().then(function (result) { // result is true or false }); ```