git-assert-ahead
v1.0.0
Published
Assert that your current git HEAD is ahead of its remote
Readme
git-assert-ahead 
Assert that your current git HEAD is ahead of its remote
Install
$ npm install --save git-assert-aheadUsage
var gitAssertAhead = require('git-assert-ahead');
gitAssertAhead('unicorns');
//=> unicorns & rainbowsAPI
gitAssertAhead(input, [options])
input
Required
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © Ben Drucker
