1.0.0 • Published 8 years ago
git-needs-push v1.0.0
git-needs-push
Check synchronously if a git repository needs to push. If a branch is just local it will be true (as a push is required)
Installation
$ npm i git-needs-push --saveor
$ yarn add git-needs-pushUsage
const needsPush = require('git-needs-push');
needsPush(); // true or false of process.cwd()
needsPush('any/git/repo'); // true or falseLICENSE
MIT © Jan Peer Stöcklmair
1.0.0
8 years ago