1.0.0 • Published 9 years ago

git-assert-ahead v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

git-assert-ahead Build Status

Assert that your current git HEAD is ahead of its remote

Install

$ npm install --save git-assert-ahead

Usage

var gitAssertAhead = require('git-assert-ahead');

gitAssertAhead('unicorns');
//=> unicorns & rainbows

API

gitAssertAhead(input, options)

input

Required
Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

License

MIT © Ben Drucker