Skip to content

bendrucker/git-assert-ahead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Assert that your current git HEAD is ahead of its remote

Resources

License

Stars

Watchers

Forks

Packages

No packages published